Updates from: 01/07/2022 02:10:55
Service Microsoft Docs article Related commit history on GitHub Change details
v1.0 Accesspackage Getapplicablepolicyrequirements https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/accesspackage-getapplicablepolicyrequirements.md
description: "Allow callers to find requirements to request an assignment for a
ms.localizationpriority: medium ms.prod: "governance"
-doc_type: "apiPageType"
# accessPackage: getApplicablePolicyRequirements
None.
|Authorization|Bearer {token}. Required.| ## Request body
-Do not supply a request body for this method.
+Do not supply a request body for this method if you wish to retrieve a list of access package requirements as in example 1. If you want to get policy requirements for user scope as in example 2, you must supply a request body.
## Response If successful, this method returns a `200 OK` response code and an [accessPackageAssignmentRequestRequirements](../resources/accesspackageassignmentrequestrequirements.md) collection in the response body, one object for each policy for which the user is an **allowedRequestor**. If there is a policy with no requirements, the **accessPackageAssignmentRequestRequirements** will have `false` and `null` values. If there are no policies where the user is an **allowedRequestor**, an empty collection will be returned instead. ## Examples
-### Request
+### Example 1: Retrieve a list of access package requirements to create an access package
+#### Request
# [HTTP](#tab/http) <!-- {
POST https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/a
-
-### Response
+#### Response
> **Note:** The response object shown here might be shortened for readability. <!-- { "blockType": "response",
Content-Type: application/json
{ "value": [ {
- "policyId": "449feb20-7040-499a-ba91-bdfb93ede34b",
- "policyDisplayName": "Initial Policy",
- "policyDescription": "Initial Policy",
- "isApprovalRequired": false,
- "isApprovalRequiredForExtension": false,
- "isRequestorJustificationRequired": false,
- "questions": [],
+ "policyId": "d6322c23-04d6-eb11-b22b-c8d9d21f4e9a",
+ "policyDisplayName": "Initial Policy",
+ "policyDescription": "Initial Policy",
+ "isApprovalRequired": false,
+ "isApprovalRequiredForExtension": false,
+ "isRequestorJustificationRequired": false,
+ "questions": [
+ {
+ "@odata.type": "#microsoft.graph.textInputQuestion",
+ "id": "0fd349e2-a3a7-4712-af08-660f29c12b90",
+ "isRequired": true,
+ "isAnswerEditable": null,
+ "sequence": 0,
+ "isSingleLineQuestion": true,
+ "text": {
+ "defaultText": "What is your display name",
+ "localizedTexts": []
+ }
+ }
+ ],
"existingAnswers": [], "schedule": [] } ] } ``` +
+### Example 2: Get policy requirements for a given user scope
+
+#### Request
+
+<!-- { "blockType": "ignored" } -->
+```http
+POST /identityGovernance/entitlementManagement/accessPackages(ΓÇÿb15419bb-5ffc-ea11-b207-c8d9d21f4e9aΓÇÖ)/getApplicablePolicyRequirements
+
+{
+ "subject": {
+ "objectId": "5acd375c-8acb-45de-a958-fa0dd89259ad"
+ }
+ }
+```
+++
+#### Response
+
+```http
+HTTP/1.1 200 OK
+Content-Type: application/json
+
+{
+ "value": [
+ {
+ "policyId": "d6322c23-04d6-eb11-b22b-c8d9d21f4e9a",
+ "policyDisplayName": "Initial Policy",
+ "policyDescription": "Initial Policy",
+ "isApprovalRequired": false,
+ "isApprovalRequiredForExtension": false,
+ "isRequestorJustificationRequired": false,
+ "questions": [
+ {
+ "@odata.type": "#microsoft.graph.textInputQuestion",
+ "id": "5a7f2a8f-b802-4438-bec6-09599bc43e13",
+ "isRequired": false,
+ "isAnswerEditable": true,
+ "sequence": 0,
+ "isSingleLineQuestion": true,
+ "text": {
+ "defaultText": "Enter your mail",
+ "localizedTexts": []
+ }
+ }
+ ],
+ "existingAnswers": [
+ {
+ "@odata.type": "#microsoft.graph.answerString",
+ "displayValue": "admin@contoso.com",
+ "value": "admin@contoso.com",
+ "answeredQuestion": {
+ "@odata.type": "#microsoft.graph.textInputQuestion",
+ "id": "5a7f2a8f-b802-4438-bec6-09599bc43e13",
+ "isRequired": false,
+ "isAnswerEditable": true,
+ "sequence": 0,
+ "isSingleLineQuestion": true,
+ "text": {
+ "defaultText": "Enter your mail",
+ "localizedTexts": []
+ }
+ }
+ }
+ ],
+ "schedule": []
+ }
+ ]
+}
+```
v1.0 Accesspackagecatalog List Accesspackageresources https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/accesspackagecatalog-list-accesspackageresources.md
description: "Retrieve a list of accesspackageresource objects."
ms.localizationpriority: medium ms.prod: "governance"
-doc_type: "apiPageType"
# List accessPackageResources
Content-type: application/json
"resourceType": "Application", "originId": "2f1099a6-d4fc-4cc9-a0ef-ddd3f1bf0b7e", "accessPackageResourceScopes": [
- {
- "id": "452d78a7-69a5-482d-a82f-859a5169c55e",
- "displayName": "Root",
- "description": "Root Scope",
- "originId": "2f1099a6-d4fc-4cc9-a0ef-ddd3f1bf0b7e",
- "originSystem": "AadApplication",
- "isRootScope": true
- }
+ {
+ "id": "452d78a7-69a5-482d-a82f-859a5169c55e",
+ "displayName": "Root",
+ "description": "Root Scope",
+ "originId": "2f1099a6-d4fc-4cc9-a0ef-ddd3f1bf0b7e",
+ "originSystem": "AadApplication",
+ "isRootScope": true
+ }
+ ],
+ "attributes": [
+ {
+ "id": "4f28e638-93de-4152-b631-2135da14c94a",
+ "attributeName": "country",
+ "attributeDefaultValue": null,
+ "isEditable": true,
+ "isPersistedOnAssignmentRemoval": false,
+ "attributeSource": {
+ "@odata.type": "#microsoft.graph.resourceAttributeQuestion",
+ "question": {
+ "@odata.type": "#microsoft.graph.accessPackageMultipleChoiceQuestion",
+ "id": "6c797e12-e608-4ac9-90da-a8f18df37a94",
+ "isRequired": false,
+ "isAnswerEditable": null,
+ "sequence": 0,
+ "allowsMultipleSelection": false,
+ "text": {
+ "defaultText": "Enter your country",
+ "localizedTexts": []
+ },
+ "choices": [
+ {
+ "actualValue": "USA",
+ "displayValue": {
+ "defaultText": "USA",
+ "localizedTexts": [
+ {
+ "text": "USA",
+ "languageCode": "en-US"
+ }
+ ]
+ }
+ },
+ {
+ "actualValue": "Canada",
+ "displayValue": {
+ "defaultText": "Canada",
+ "localizedTexts": [
+ {
+ "text": "Canada",
+ "languageCode": "en-US"
+ }
+ ]
+ }
+ },
+ {
+ "actualValue": "India",
+ "displayValue": {
+ "defaultText": "India",
+ "localizedTexts": [
+ {
+ "text": "English",
+ "languageCode": "en-US"
+ }
+ ]
+ }
+ }
+ ]
+ }
+ },
+ "attributeDestination": {
+ "@odata.type": "#microsoft.graph.userDirectoryAttributeStore"
+ }
+ }
] } ] } ```
-https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/accessPackageCatalogs/e71fafe7-9ccb-4c5a-a7b3-77ec35e83e3c/accessPackageResources
- <!-- uuid: 16cd6b66-4b1a-43a1-adaf-3a886856ed98 2019-02-04 14:57:30 UTC --> <!-- {
https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/access
"section": "documentation", "tocPath": "" }-->--
v1.0 Channel List Messages https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/channel-list-messages.md
Content-type: application/json
"teamId": "fbe2bf47-16c8-47cf-b4a5-4b9b187c508b", "channelId": "19:4a95f7d8db4c4e7fae857bcebe0623e6@thread.tacv2" },
+ "onBehalfOf": null,
"attachments": [], "mentions": [ {
Content-type: application/json
"teamId": "fbe2bf47-16c8-47cf-b4a5-4b9b187c508b", "channelId": "19:4a95f7d8db4c4e7fae857bcebe0623e6@thread.tacv2" },
+ "onBehalfOf": null,
"attachments": [], "mentions": [], "reactions": []
Content-type: application/json
}, "attachments": [], "mentions": [],
+ "onBehalfOf": {
+ "application": null,
+ "device": null,
+ "user": {
+ "id": "6703568a-3b0e-4a3b-9d33-0e1bc5ff1521",
+ "displayName": "Test User",
+ "userIdentityType": "aadUser"
+ }
+ },
"reactions": [], "eventDetail": { "@odata.type": "#microsoft.graph.teamDescriptionUpdatedEventMessageDetail",
v1.0 Channel Post Messages https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/channel-post-messages.md
Content-type: application/json
"teamId": "fbe2bf47-16c8-47cf-b4a5-4b9b187c508b", "channelId": "19:4a95f7d8db4c4e7fae857bcebe0623e6@thread.tacv2" },
+ "onBehalfOf": null,
"attachments": [], "mentions": [], "reactions": []
v1.0 Chat List Messages https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/chat-list-messages.md
Content-type: application/json
"locale": "en-us", "webUrl": null, "channelIdentity": null,
+ "onBehalfOf": null,
"policyViolation": null, "eventDetail": null, "from": {
Content-type: application/json
"locale": "en-us", "webUrl": null, "channelIdentity": null,
+ "onBehalfOf": null,
"policyViolation": null, "eventDetail": null, "from": {
Content-type: application/json
}, "attachments": [], "mentions": [],
+ "onBehalfOf": {
+ "application": null,
+ "device": null,
+ "user": {
+ "id": "6703568a-3b0e-4a3b-9d33-0e1bc5ff1521",
+ "displayName": "Test User",
+ "userIdentityType": "aadUser"
+ }
+ },
"reactions": [], "eventDetail": { "@odata.type": "#microsoft.graph.chatRenamedEventMessageDetail",
v1.0 Chat Post Messages https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/chat-post-messages.md
Content-type: application/json
"locale": "en-us", "webUrl": null, "channelIdentity": null,
+ "onBehalfOf": null,
"policyViolation": null, "eventDetail": null, "from": {
v1.0 Chatmessage Delta https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/chatmessage-delta.md
Content-type: application/json
"teamId": "fbe2bf47-16c8-47cf-b4a5-4b9b187c508b", "channelId": "19:4a95f7d8db4c4e7fae857bcebe0623e6@thread.tacv2" },
+ "onBehalfOf": null,
"attachments": [], "mentions": [], "reactions": []
Content-type: application/json
"teamId": "fbe2bf47-16c8-47cf-b4a5-4b9b187c508b", "channelId": "19:4a95f7d8db4c4e7fae857bcebe0623e6@thread.tacv2" },
+ "onBehalfOf": null,
"attachments": [], "mentions": [], "reactions": []
Content-type: application/json
"teamId": "fbe2bf47-16c8-47cf-b4a5-4b9b187c508b", "channelId": "19:4a95f7d8db4c4e7fae857bcebe0623e6@thread.tacv2" },
+ "onBehalfOf": null,
"attachments": [], "mentions": [], "reactions": []
Content-type: application/json
"teamId": "fbe2bf47-16c8-47cf-b4a5-4b9b187c508b", "channelId": "19:4a95f7d8db4c4e7fae857bcebe0623e6@thread.tacv2" },
+ "onBehalfOf": null,
"attachments": [], "mentions": [], "reactions": []
Content-type: application/json
"teamId": "fbe2bf47-16c8-47cf-b4a5-4b9b187c508b", "channelId": "19:4a95f7d8db4c4e7fae857bcebe0623e6@thread.tacv2" },
+ "onBehalfOf": null,
"attachments": [], "mentions": [], "reactions": []
Content-type: application/json
"teamId": "fbe2bf47-16c8-47cf-b4a5-4b9b187c508b", "channelId": "19:4a95f7d8db4c4e7fae857bcebe0623e6@thread.tacv2" },
+ "onBehalfOf": null,
"attachments": [], "mentions": [], "reactions": []
Content-type: application/json
"teamId": "fbe2bf47-16c8-47cf-b4a5-4b9b187c508b", "channelId": "19:4a95f7d8db4c4e7fae857bcebe0623e6@thread.tacv2" },
+ "onBehalfOf": null,
"attachments": [], "mentions": [], "reactions": []
v1.0 Chatmessage Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/chatmessage-get.md
Content-type: application/json
"locale": "en-us", "webUrl": null, "channelIdentity": null,
+ "onBehalfOf": null,
"policyViolation": null, "eventDetail": null, "from": {
Content-type: application/json
"teamId": "fbe2bf47-16c8-47cf-b4a5-4b9b187c508b", "channelId": "19:4a95f7d8db4c4e7fae857bcebe0623e6@thread.tacv2" },
+ "onBehalfOf": null,
"attachments": [], "mentions": [], "reactions": []
Content-type: application/json
"teamId": "fbe2bf47-16c8-47cf-b4a5-4b9b187c508b", "channelId": "19:4a95f7d8db4c4e7fae857bcebe0623e6@thread.tacv2" },
+ "onBehalfOf": null,
"attachments": [], "mentions": [], "reactions": []
v1.0 Chatmessage List Replies https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/chatmessage-list-replies.md
Content-type: application/json
"teamId": "fbe2bf47-16c8-47cf-b4a5-4b9b187c508b", "channelId": "19:4a95f7d8db4c4e7fae857bcebe0623e6@thread.tacv2" },
+ "onBehalfOf": null,
"attachments": [], "mentions": [], "reactions": []
Content-type: application/json
"teamId": "fbe2bf47-16c8-47cf-b4a5-4b9b187c508b", "channelId": "19:4a95f7d8db4c4e7fae857bcebe0623e6@thread.tacv2" },
+ "onBehalfOf": null,
"attachments": [], "mentions": [], "reactions": []
Content-type: application/json
"teamId": "fbe2bf47-16c8-47cf-b4a5-4b9b187c508b", "channelId": "19:4a95f7d8db4c4e7fae857bcebe0623e6@thread.tacv2" },
+ "onBehalfOf": null,
"attachments": [], "mentions": [], "reactions": []
v1.0 Chatmessage Post Replies https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/chatmessage-post-replies.md
Content-type: application/json
"teamId": "fbe2bf47-16c8-47cf-b4a5-4b9b187c508b", "channelId": "19:4a95f7d8db4c4e7fae857bcebe0623e6@thread.tacv2" },
+ "onBehalfOf": null,
"attachments": [], "mentions": [], "reactions": []
v1.0 Chatmessage Post https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/chatmessage-post.md
Content-type: application/json
"teamId": "fbe2bf47-16c8-47cf-b4a5-4b9b187c508b", "channelId": "19:4a95f7d8db4c4e7fae857bcebe0623e6@thread.tacv2" },
+ "onBehalfOf": null,
"attachments": [], "mentions": [], "reactions": []
Content-type: application/json
"thumbnailUrl": null } ],
+ "onBehalfOf": null,
"mentions": [], "reactions": [] }
Content-type: application/json
"thumbnailUrl": null } ],
+ "onBehalfOf": null,
"mentions": [], "reactions": [] }
Content-type: application/json
"locale": "en-us", "webUrl": null, "channelIdentity": null,
+ "onBehalfOf": null,
"policyViolation": null, "eventDetail": null, "from": {
Content-type: application/json
"thumbnailUrl": null } ],
+ "onBehalfOf": null,
"mentions": [], "reactions": [] }
v1.0 Federatedidentitycredential Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/federatedidentitycredential-delete.md
One of the following permissions is required to call this API. To learn more, in
} --> ``` http
-DELETE /applications/{applicationsId}/federatedIdentityCredentials/{federatedIdentityCredentialId}
+DELETE /applications/{applicationId}/federatedIdentityCredentials/{federatedIdentityCredentialId}
+DELETE /applications/{applicationId}/federatedIdentityCredentials/{federatedIdentityCredentialName}
``` ## Request headers
v1.0 Federatedidentitycredential Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/federatedidentitycredential-get.md
One of the following permissions is required to call this API. To learn more, in
} --> ``` http
-GET /applications/{applicationsId}/federatedIdentityCredentials/{federatedIdentityCredentialId}
+GET /applications/{applicationId}/federatedIdentityCredentials/{federatedIdentityCredentialId}
+
+GET /applications/{applicationId}/federatedIdentityCredentials/{federatedIdentityCredentialName}
``` ## Optional query parameters
v1.0 Federatedidentitycredential Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/federatedidentitycredential-update.md
One of the following permissions is required to call this API. To learn more, in
} --> ``` http
-PATCH /applications/{applicationsId}/federatedIdentityCredentials/{federatedIdentityCredentialId}
+PATCH /applications/{applicationId}/federatedIdentityCredentials/{federatedIdentityCredentialId}
+
+PATCH /applications/{applicationId}/federatedIdentityCredentials/{federatedIdentityCredentialName}
``` ## Request headers
v1.0 Managedtenants Cloudpcconnection Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-cloudpcconnection-get.md
Title: "Get cloudPcConnection" description: "Read the properties and relationships of a cloudPcConnection object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Cloudpcdevice Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-cloudpcdevice-get.md
Title: "Get cloudPcDevice" description: "Read the properties and relationships of a cloudPcDevice object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Cloudpcoverview Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-cloudpcoverview-get.md
Title: "Get cloudPcOverview" description: "Read the properties and relationships of a cloudPcOverview object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Conditionalaccesspolicycoverage Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-conditionalaccesspolicycoverage-get.md
Title: "Get conditionalAccessPolicyCoverage" description: "Read the properties and relationships of a conditionalAccessPolicyCoverage object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Credentialuserregistrationssummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-credentialuserregistrationssummary-get.md
Title: "Get credentialUserRegistrationsSummary" description: "Read the properties and relationships of a credentialUserRegistrationsSummary object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Devicecompliancepolicysettingstatesummary Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-devicecompliancepolicysettingstatesummary-get.md
Title: "Get deviceCompliancePolicySettingStateSummary" description: "Read the properties and relationships of a deviceCompliancePolicySettingStateSummary object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
One of the following permissions is required to call this API. To learn more, in
} --> ``` http
-GET /tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummarys/{deviceCompliancePolicySettingStateSummaryId}
+GET /tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummaryId}
``` ## Optional query parameters
If successful, this method returns a `200 OK` response code and a [deviceComplia
} --> ``` http
-GET https://graph.microsoft.com/beta/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummarys/{deviceCompliancePolicySettingStateSummaryId}
+GET https://graph.microsoft.com/beta/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries/{deviceCompliancePolicySettingStateSummaryId}
``` # [C#](#tab/csharp) [!INCLUDE [sample-code](../includes/snippets/csharp/get-devicecompliancepolicysettingstatesummary-csharp-snippets.md)]
HTTP/1.1 200 OK
Content-Type: application/json {
- "@odata.type": "#microsoft.graph.managedTenants.deviceCompliancePolicySettingStateSummary",
+ "@odata.type": "#microsoft.graph.managedTenants.deviceCompliancePolicySettingStateSummary",
"id": "34298981-4fc8-4974-9486-c8909ed1521b_277f9230-81f7-ffc3-af78-4662ec3dca09", "intuneAccountId": "6f3e6534-b466-4fac-9a31-4c305cc40833", "intuneSettingId": "277f9230-81f7-ffc3-af78-4662ec3dca09",
v1.0 Managedtenants Manageddevicecompliance Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-manageddevicecompliance-get.md
Title: "Get managedDeviceCompliance" description: "Read the properties and relationships of a managedDeviceCompliance object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Manageddevicecompliancetrend Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-manageddevicecompliancetrend-get.md
Title: "Get managedDeviceComplianceTrend" description: "Read the properties and relationships of a managedDeviceComplianceTrend object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managedtenant List Aggregatedpolicycompliances https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-list-aggregatedpolicycompliances.md
Title: "List aggregatedPolicyCompliances" description: "Get a list of the aggregatedPolicyCompliance objects and their properties."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managedtenant List Cloudpcconnections https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-list-cloudpcconnections.md
Title: "List cloudPcConnections" description: "Get a list of the cloudPcConnection objects and their properties."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managedtenant List Cloudpcdevices https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-list-cloudpcdevices.md
Title: "List cloudPcDevices" description: "Get a list of the cloudPcDevice objects and their properties."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managedtenant List Cloudpcsoverview https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-list-cloudpcsoverview.md
Title: "List cloudPcOverviews" description: "Get a list of the cloudPcOverview objects and their properties."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managedtenant List Conditionalaccesspolicycoverages https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-list-conditionalaccesspolicycoverages.md
Title: "List conditionalAccessPolicyCoverages" description: "Get a list of the conditionalAccessPolicyCoverage objects and their properties."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managedtenant List Credentialuserregistrationssummaries https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-list-credentialuserregistrationssummaries.md
Title: "List credentialUserRegistrationsSummaries" description: "Get a list of the credentialUserRegistrationsSummary objects and their properties."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managedtenant List Devicecompliancepolicysettingstatesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-list-devicecompliancepolicysettingstatesummary.md
Title: "List deviceCompliancePolicySettingStateSummary" description: "Get a list of the deviceCompliancePolicySettingStateSummary objects and their properties."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
One of the following permissions is required to call this API. To learn more, in
} --> ``` http
-GET /tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummary
+GET /tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries
``` ## Optional query parameters
If successful, this method returns a `200 OK` response code and a collection of
} --> ``` http
-GET https://graph.microsoft.com/beta/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummary
+GET https://graph.microsoft.com/beta/tenantRelationships/managedTenants/deviceCompliancePolicySettingStateSummaries
``` # [C#](#tab/csharp) [!INCLUDE [sample-code](../includes/snippets/csharp/list-devicecompliancepolicysettingstatesummary-csharp-snippets.md)]
v1.0 Managedtenants Managedtenant List Manageddevicecompliances https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-list-manageddevicecompliances.md
Title: "List managedDeviceCompliances" description: "Get a list of the managedDeviceCompliance objects and their properties."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managedtenant List Manageddevicecompliancetrends https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-list-manageddevicecompliancetrends.md
Title: "List managedDeviceComplianceTrends" description: "Get a list of the managedDeviceComplianceTrend objects and their properties."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managedtenant List Managementactions https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-list-managementactions.md
Title: "List managementActions" description: "Get a list of the managementAction objects and their properties."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managedtenant List Managementactiontenantdeploymentstatuses https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-list-managementactiontenantdeploymentstatuses.md
Title: "List managementActionTenantDeploymentStatus" description: "Get a list of the managementActionTenantDeploymentStatus objects and their properties."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managedtenant List Managementintents https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-list-managementintents.md
Title: "List managementIntents" description: "Get a list of the managementIntent objects and their properties."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managedtenant List Managementtemplates https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-list-managementtemplates.md
Title: "List managementTemplates" description: "Get a list of the managementTemplate objects and their properties."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managedtenant List Tenantgroups https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-list-tenantgroups.md
Title: "List tenantGroups" description: "Get a list of the tenantGroup objects and their properties."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managedtenant List Tenants https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-list-tenants.md
Title: "List tenants" description: "Get a list of the tenant objects and their properties."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managedtenant List Tenantscustomizedinformation https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-list-tenantscustomizedinformation.md
Title: "List tenantCustomizedInformation" description: "Get a list of the tenantCustomizedInformation objects and their properties."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managedtenant List Tenantsdetailedinformation https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-list-tenantsdetailedinformation.md
Title: "List tenantDetailedInformation" description: "Get a list of the tenantDetailedInformation objects and their properties."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managedtenant List Tenanttags https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-list-tenanttags.md
Title: "List tenantTags" description: "Get a list of the tenantTag objects and their properties."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managedtenant List Windowsdevicemalwarestates https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-list-windowsdevicemalwarestates.md
Title: "List windowsDeviceMalwareStates" description: "Get a list of the windowsDeviceMalwareState objects and their properties."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managedtenant List Windowsprotectionstates https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-list-windowsprotectionstates.md
Title: "List windowsProtectionStates" description: "Get a list of the windowsProtectionState objects and their properties."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managedtenant Post Tenanttags https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managedtenant-post-tenanttags.md
Title: "Create tenantTag" description: "Create a new tenantTag object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managementaction Apply https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managementaction-apply.md
Title: "managementAction: apply" description: "Applies a management action against a specific managed tenant. By performing this operation the appropriate configurations will be made and policies created. As example when applying the require multi-factor authentication for admins management action will create an Azure Active Directory conditional access policy that requires multi-factor authentication for all users that have been assigned an administrative directory role."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managementaction Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managementaction-get.md
Title: "Get managementAction" description: "Read the properties and relationships of a managementAction object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managementactiontenantdeploymentstatus Changedeploymentstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managementactiontenantdeploymentstatus-changedeploymentstatus.md
Title: "managementActionTenantDeploymentStatus: changeDeploymentStatus" description: "Changes the tenant level deployment status for the management action. This information is used to provide insights into what management actions are in a specific state. As example there might be a plan to apply the require multi-factor authentication for admins, so it would be ideal to change the status to planned to reflect the appropriate status."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managementactiontenantdeploymentstatus Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managementactiontenantdeploymentstatus-get.md
Title: "Get managementActionTenantDeploymentStatus" description: "Read the properties and relationships of a managementActionTenantDeploymentStatus object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managementintent Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managementintent-get.md
Title: "Get managementIntent" description: "Read the properties and relationships of a managementIntent object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Managementtemplate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-managementtemplate-get.md
Title: "Get managementTemplate" description: "Read the properties and relationships of a managementTemplate object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Tenant Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-tenant-get.md
Title: "Get tenant" description: "Read the properties and relationships of a tenant object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Tenant Offboardtenant https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-tenant-offboardtenant.md
Title: "tenant: offboardTenant" description: "Carries out the appropriate procedures to remove a managed tenant from the multi-tenant management platform. No relationships, such as commerce and delegate administrative privileges, will be impacted. The only change made by invoking this action is the tenant will be deprovisioned from the multi-tenant management platform."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Tenant Resettenantonboardingstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-tenant-resettenantonboardingstatus.md
Title: "tenant: resetTenantOnboardingStatus" description: "Carries out the appropriate procedures to reset the onboarding status for the managed tenant that was removed from the multi-tenant management platform using the offboardTenant action. By invoking this action the platform will attempt to onboard the managed tenant for management."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Tenantcustomizedinformation Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-tenantcustomizedinformation-get.md
Title: "Get tenantCustomizedInformation" description: "Read the properties and relationships of a tenantCustomizedInformation object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Tenantcustomizedinformation Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-tenantcustomizedinformation-update.md
Title: "Update tenantCustomizedInformation" description: "Update the properties of a tenantCustomizedInformation object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
Content-Type: application/json
"tenantId": "String", "contacts": [ {
- "@odata.type": "microsoft.graph.managedTenants.tenantContactInformation"
+ "@odata.type": "microsoft.graph.managedTenants.tenantContactInformation",
+ "name": "String",
+ "title": "String",
+ "email": "String",
+ "phone": "String",
+ "notes": "String"
} ], "website": "String"
v1.0 Managedtenants Tenantdetailedinformation Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-tenantdetailedinformation-get.md
Title: "Get tenantDetailedInformation" description: "Read the properties and relationships of a tenantDetailedInformation object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Tenantgroup Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-tenantgroup-get.md
Title: "Get tenantGroup" description: "Read the properties and relationships of a tenantGroup object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Tenantgroup Tenantsearch https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-tenantgroup-tenantsearch.md
Title: "tenantGroup: tenantSearch" description: "Searches for the specified managed tenants across tenant groups."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Tenanttag Assigntag https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-tenanttag-assigntag.md
Title: "tenantTag: assignTag" description: "Assign the tenant tag to the specified managed tenants."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Tenanttag Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-tenanttag-delete.md
Title: "Delete tenantTag" description: "Deletes a tenantTag object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Tenanttag Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-tenanttag-get.md
Title: "Get tenantTag" description: "Read the properties and relationships of a tenantTag object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Tenanttag Unassigntag https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-tenanttag-unassigntag.md
Title: "tenantTag: unassignTag" description: "Un-assigns the tenant tag from the specified managed tenants."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Tenanttag Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-tenanttag-update.md
Title: "Update tenantTag" description: "Update the properties of a tenantTag object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Windowsdevicemalwarestate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-windowsdevicemalwarestate-get.md
Title: "Get windowsDeviceMalwareState" description: "Read the properties and relationships of a windowsDeviceMalwareState object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Managedtenants Windowsprotectionstate Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/managedtenants-windowsprotectionstate-get.md
Title: "Get windowsProtectionState" description: "Read the properties and relationships of a windowsProtectionState object."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: apiPageType
v1.0 Profilephoto Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/profilephoto-get.md
Title: "Get photo"
-description: "Get the specified profilePhoto or its metadata (**profilePhoto** properties)."
+ Title: "Get profilePhoto"
+description: "Get the specified profilePhoto or its metadata (profilePhoto properties)."
+ms.localizationpriority: medium
doc_type: apiPageType ms.prod: "people"
-# Get photo
+# Get profilePhoto
Namespace: microsoft.graph
One of the following permissions is required to call this API. To learn more, in
|Delegated (personal Microsoft account) | Contacts.Read, Contacts.ReadWrite | |Application | Contacts.Read, Contacts.ReadWrite |
-> **Note:**
-> 1. Metadata operation is not supported for personal Microsoft accounts.
+> [!NOTE]
+>
+> 1. Metadata operation is not supported for personal Microsoft accounts.
> 2. There is currently a [known issue](/graph/known-issues#groups) with accessing group photos using application permissions.
+> 3. Retrieving a user's photo using the Microsoft Graph API is currently not supported in Azure AD B2C tenants.
## HTTP request
v1.0 Profilephoto Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/profilephoto-update.md
Title: "Update profilephoto"
-description: "Update the photo for any user in the tenant including the signed-in user, or the specified group or contact. Since there"
+description: "Update the photo for any user in the tenant including the signed-in user, or the specified group or contact."
ms.localizationpriority: medium doc_type: apiPageType
One of the following permissions is required to call this API. To learn more, in
|Delegated (personal Microsoft account) | Not supported. | |Application | Contacts.ReadWrite | -
->**Notes:** To update the photo of any user in the organization, your app must have the **User.ReadWrite.All** application permission and call this API under its own identity, not on behalf of a user. To learn more, see [get access without a signed-in user](/graph/auth-v2-service). Updating the photo of the signed-in user only requires User.ReadWrite permission.
->
-> There is currently a [known issue](/graph/known-issues#groups) with accessing group photos using application permissions.
+> [!NOTE]
+> 1. To update the photo of any user in the organization, your app must have the *User.ReadWrite.All* application permission and call this API under its own identity, not on behalf of a user. To learn more, see [get access without a signed-in user](/graph/auth-v2-service). Updating the photo of the signed-in user only requires *User.ReadWrite* permission.
+> 2. There is currently a [known issue](/graph/known-issues#groups) with accessing group photos using application permissions.
+> 3. Updating a user's photo using the Microsoft Graph API is currently not supported in Azure AD B2C tenants.
## HTTP request <!-- { "blockType": "ignored" } -->
v1.0 Reportroot Getmailboxusagedetail https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/reportroot-getmailboxusagedetail.md
The CSV file has the following headers for columns.
- Prohibit Send/Receive Quota (Byte) - Deleted Item Count - Deleted Item Size (Byte)
+- Deleted Item Quota (Byte)
+- Has Archive
- Report Period ### JSON
Follow the 302 redirection and the CSV file that downloads will have the followi
HTTP/1.1 200 OK Content-Type: application/octet-stream
-Report Refresh Date,User Principal Name,Display Name,Is Deleted,Deleted Date,Created Date,Last Activity Date,Item Count,Storage Used (Byte),Issue Warning Quota (Byte),Prohibit Send Quota (Byte),Prohibit Send/Receive Quota (Byte),Deleted Item Count,Deleted Item Size (Byte),Report Period
+Report Refresh Date,User Principal Name,Display Name,Is Deleted,Deleted Date,Created Date,Last Activity Date,Item Count,Storage Used (Byte),Issue Warning Quota (Byte),Prohibit Send Quota (Byte),Prohibit Send/Receive Quota (Byte),Deleted Item Count,Deleted Item Size (Byte),Deleted Item Quota (Byte),Has Archive,Report Period
``` ### JSON
Content-Length: 526
"storageUsedInBytes": 10414748704, "deletedItemCount": 138481, "deletedItemSizeInBytes": 10414748704,
+ "deletedItemQuota": 107374182400,
+ "hasArchive": true,
"issueWarningQuotaInBytes": 10522698752, "prohibitSendQuotaInBytes": 10630040576, "prohibitSendReceiveQuotaInBytes": 10737418240,
v1.0 Subscription Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/subscription-delete.md
Depending on the resource and the permission type (delegated or application) req
|[chatMessage](../resources/chatmessage.md) (/chats/getAllMessages -- all chat messages in organization) | Not supported | Not supported | Chat.Read.All | |[chatMessage](../resources/chatmessage.md) (/users/{id}/chats/getAllMessages -- chat messages for all chats a particular user is part of) | Chat.Read, Chat.ReadWrite | Not supported | Chat.Read.All, Chat.ReadWrite.All | |[contact](../resources/contact.md) | Contacts.Read | Contacts.Read | Contacts.Read |
-|[conversationMember](../resources/conversationmember.md) (/teams/{id}/channels/getAllMembers) | Not supported | Not supported | ChannelMember.Read.All |
|[conversationMember](../resources/conversationmember.md) (/chats/getAllMembers) | Not supported | Not supported | ChatMember.Read.All, ChatMember.ReadWrite.All, Chat.ReadBasic.All, Chat.Read.All, Chat.ReadWrite.All | |[conversationMember](../resources/conversationmember.md) (/chats/{id}/members) | ChatMember.Read, ChatMember.ReadWrite, Chat.ReadBasic, Chat.Read, Chat.ReadWrite | Not supported | ChatMember.Read.Chat*, Chat.Manage.Chat*, ChatMember.Read.All, ChatMember.ReadWrite.All, Chat.ReadBasic.All, Chat.Read.All, Chat.ReadWrite.All |
+|[conversationMember](../resources/conversationmember.md) (/teams/getAllMembers) | Not supported | Not supported | TeamMember.Read.All, TeamMember.ReadWrite.All |
|[conversationMember](../resources/conversationmember.md) (/teams/{id}/members) | TeamMember.Read.All | Not supported | TeamMember.Read.All |
+|[conversationMember](../resources/conversationmember.md) (/teams/{id}/channels/getAllMembers) | Not supported | Not supported | ChannelMember.Read.All |
|[driveItem](../resources/driveitem.md) (user's personal OneDrive) | Not supported | Files.ReadWrite | Not supported | |[driveItem](../resources/driveitem.md) (OneDrive for Business) | Files.ReadWrite.All | Not supported | Files.ReadWrite.All | |[event](../resources/event.md) | Calendars.Read | Calendars.Read | Calendars.Read |
v1.0 Subscription Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/subscription-get.md
Depending on the resource and the permission type (delegated or application) req
|[chatMessage](../resources/chatmessage.md) (/chats/getAllMessages -- all chat messages in organization) | Not supported | Not supported | Chat.Read.All | |[chatMessage](../resources/chatmessage.md) (/users/{id}/chats/getAllMessages -- chat messages for all chats a particular user is part of) | Chat.Read, Chat.ReadWrite | Not supported | Chat.Read.All, Chat.ReadWrite.All | |[contact](../resources/contact.md) | Contacts.Read | Contacts.Read | Contacts.Read |
-|[conversationMember](../resources/conversationmember.md) (/teams/{id}/channels/getAllMembers) | Not supported | Not supported | ChannelMember.Read.All |
|[conversationMember](../resources/conversationmember.md) (/chats/getAllMembers) | Not supported | Not supported | ChatMember.Read.All, ChatMember.ReadWrite.All, Chat.ReadBasic.All, Chat.Read.All, Chat.ReadWrite.All | |[conversationMember](../resources/conversationmember.md) (/chats/{id}/members) | ChatMember.Read, ChatMember.ReadWrite, Chat.ReadBasic, Chat.Read, Chat.ReadWrite | Not supported | ChatMember.Read.Chat*, Chat.Manage.Chat*, ChatMember.Read.All, ChatMember.ReadWrite.All, Chat.ReadBasic.All, Chat.Read.All, Chat.ReadWrite.All |
+|[conversationMember](../resources/conversationmember.md) (/teams/getAllMembers) | Not supported | Not supported | TeamMember.Read.All, TeamMember.ReadWrite.All |
|[conversationMember](../resources/conversationmember.md) (/teams/{id}/members) | TeamMember.Read.All | Not supported | TeamMember.Read.All |
+|[conversationMember](../resources/conversationmember.md) (/teams/{id}/channels/getAllMembers) | Not supported | Not supported | ChannelMember.Read.All |
|[driveItem](../resources/driveitem.md) (user's personal OneDrive) | Not supported | Files.ReadWrite | Not supported | |[driveItem](../resources/driveitem.md) (OneDrive for Business) | Files.ReadWrite.All | Not supported | Files.ReadWrite.All | |[event](../resources/event.md) | Calendars.Read | Calendars.Read | Calendars.Read |
v1.0 Subscription List https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/subscription-list.md
This API supports the following permission scopes; to learn more, including how
|[chatMessage](../resources/chatmessage.md) (/chats/getAllMessages -- all chat messages in organization) | Not supported | Not supported | Chat.Read.All | |[chatMessage](../resources/chatmessage.md) (/users/{id}/chats/getAllMessages -- chat messages for all chats a particular user is part of) | Chat.Read, Chat.ReadWrite, Subscription.Read.All | Not supported | Chat.Read.All, Chat.ReadWrite.All | |[contact](../resources/contact.md) | Contacts.Read, Subscription.Read.All | Contacts.Read, Subscription.Read.All | Contacts.Read |
-|[conversationMember](../resources/conversationmember.md) (/teams/{id}/channels/getAllMembers) | Not supported | Not supported | ChannelMember.Read.All |
|[conversationMember](../resources/conversationmember.md) (/chats/getAllMembers) | Not supported | Not supported | ChatMember.Read.All, ChatMember.ReadWrite.All, Chat.ReadBasic.All, Chat.Read.All, Chat.ReadWrite.All | |[conversationMember](../resources/conversationmember.md) (/chats/{id}/members) | ChatMember.Read, ChatMember.ReadWrite, Chat.ReadBasic, Chat.Read, Chat.ReadWrite, Subscription.Read.All | Not supported | ChatMember.Read.Chat*, Chat.Manage.Chat*, ChatMember.Read.All, ChatMember.ReadWrite.All, Chat.ReadBasic.All, Chat.Read.All, Chat.ReadWrite.All |
+|[conversationMember](../resources/conversationmember.md) (/teams/getAllMembers) | Not supported | Not supported | TeamMember.Read.All, TeamMember.ReadWrite.All |
|[conversationMember](../resources/conversationmember.md) (/teams/{id}/members) | TeamMember.Read.All, Subscription.Read.All | Not supported | TeamMember.Read.All |
+|[conversationMember](../resources/conversationmember.md) (/teams/{id}/channels/getAllMembers) | Not supported | Not supported | ChannelMember.Read.All |
|[driveItem](../resources/driveitem.md) (user's personal OneDrive) | Not supported | Files.ReadWrite, Subscription.Read.All | Not supported | |[driveItem](../resources/driveitem.md) (OneDrive for Business) | Files.ReadWrite.All, Subscription.Read.All | Not supported | Files.ReadWrite.All | |[event](../resources/event.md) | Calendars.Read, Subscription.Read.All | Calendars.Read, Subscription.Read.All | Calendars.Read |
v1.0 Subscription Post Subscriptions https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/subscription-post-subscriptions.md
Depending on the resource and the permission type (delegated or application) req
|[chatMessage](../resources/chatmessage.md) (/chats/getAllMessages -- all chat messages in organization) | Not supported | Not supported | Chat.Read.All | |[chatMessage](../resources/chatmessage.md) (/users/{id}/chats/getAllMessages -- chat messages for all chats a particular user is part of) | Chat.Read, Chat.ReadWrite | Not supported | Chat.Read.All, Chat.ReadWrite.All | |[contact](../resources/contact.md) | Contacts.Read | Contacts.Read | Contacts.Read |
-|[conversationMember](../resources/conversationmember.md) (/teams/{id}/channels/getAllMembers) | Not supported | Not supported | ChannelMember.Read.All |
|[conversationMember](../resources/conversationmember.md) (/chats/getAllMembers) | Not supported | Not supported | ChatMember.Read.All, ChatMember.ReadWrite.All, Chat.ReadBasic.All, Chat.Read.All, Chat.ReadWrite.All | |[conversationMember](../resources/conversationmember.md) (/chats/{id}/members) | ChatMember.Read, ChatMember.ReadWrite, Chat.ReadBasic, Chat.Read, Chat.ReadWrite | Not supported | ChatMember.Read.Chat*, Chat.Manage.Chat*, ChatMember.Read.All, ChatMember.ReadWrite.All, Chat.ReadBasic.All, Chat.Read.All, Chat.ReadWrite.All |
+|[conversationMember](../resources/conversationmember.md) (/teams/getAllMembers) | Not supported | Not supported | TeamMember.Read.All, TeamMember.ReadWrite.All |
|[conversationMember](../resources/conversationmember.md) (/teams/{id}/members) | TeamMember.Read.All | Not supported | TeamMember.Read.All |
+|[conversationMember](../resources/conversationmember.md) (/teams/{id}/channels/getAllMembers) | Not supported | Not supported | ChannelMember.Read.All |
|[driveItem](../resources/driveitem.md) (user's personal OneDrive) | Not supported | Files.ReadWrite | Not supported | |[driveItem](../resources/driveitem.md) (OneDrive for Business) | Files.ReadWrite.All | Not supported | Files.ReadWrite.All | |[event](../resources/event.md) | Calendars.Read | Calendars.Read | Calendars.Read |
The following are valid values for the resource property.
|[Chat](../resources/chat.md)|`/chats`, `/chats/{id}`| |[Chat message](../resources/chatmessage.md) | `chats/{id}/messages`, `chats/getAllMessages`, `teams/{id}/channels/{id}/messages`, `teams/getAllMessages` | |[Contacts](../resources/contact.md)|`me/contacts`|
-|[ConversationMember](../resources/conversationmember.md)|`/chats/{id}/members`, `/chats/getAllMembers`, `/teams/{id}/members`|
+|[ConversationMember](../resources/conversationmember.md)|`/chats/{id}/members`, `/chats/getAllMembers`, `/teams/{id}/members`, `/teams/getAllMembers`, `/teams/{id}/channels/getAllMembers`|
|[Conversations](../resources/conversation.md)|`groups('{id}')/conversations`| |[Drives](../resources/driveitem.md)|`me/drive/root`| |[Events](../resources/event.md)|`me/events`|
v1.0 Subscription Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/subscription-update.md
Depending on the resource and the permission type (delegated or application) req
|[chatMessage](../resources/chatmessage.md) (/chats/getAllMessages -- all chat messages in organization) | Not supported | Not supported | Chat.Read.All | |[chatMessage](../resources/chatmessage.md) (/users/{id}/chats/getAllMessages -- chat messages for all chats a particular user is part of) | Chat.Read, Chat.ReadWrite | Not supported | Chat.Read.All, Chat.ReadWrite.All | |[contact](../resources/contact.md) | Contacts.Read | Contacts.Read | Contacts.Read |
-|[conversationMember](../resources/conversationmember.md) (/teams/{id}/channels/getAllMembers) | Not supported | Not supported | ChannelMember.Read.All |
|[conversationMember](../resources/conversationmember.md) (/chats/getAllMembers) | Not supported | Not supported | ChatMember.Read.All, ChatMember.ReadWrite.All, Chat.ReadBasic.All, Chat.Read.All, Chat.ReadWrite.All | |[conversationMember](../resources/conversationmember.md) (/chats/{id}/members) | ChatMember.Read, ChatMember.ReadWrite, Chat.ReadBasic, Chat.Read, Chat.ReadWrite | Not supported | ChatMember.Read.Chat*, Chat.Manage.Chat*, ChatMember.Read.All, ChatMember.ReadWrite.All, Chat.ReadBasic.All, Chat.Read.All, Chat.ReadWrite.All |
+|[conversationMember](../resources/conversationmember.md) (/teams/getAllMembers) | Not supported | Not supported | TeamMember.Read.All, TeamMember.ReadWrite.All |
|[conversationMember](../resources/conversationmember.md) (/teams/{id}/members) | TeamMember.Read.All | Not supported | TeamMember.Read.All |
+|[conversationMember](../resources/conversationmember.md) (/teams/{id}/channels/getAllMembers) | Not supported | Not supported | ChannelMember.Read.All |
|[driveItem](../resources/driveitem.md) (user's personal OneDrive) | Not supported | Files.ReadWrite | Not supported | |[driveItem](../resources/driveitem.md) (OneDrive for Business) | Files.ReadWrite.All | Not supported | Files.ReadWrite.All | |[event](../resources/event.md) | Calendars.Read | Calendars.Read | Calendars.Read |
v1.0 Accesspackagequestion https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/accesspackagequestion.md
Subtypes include [accessPackageTextInputQuestions](accesspackagetextinputquestio
|isRequired|Boolean| Whether the requestor is required to supply an answer or not.| |sequence|Int32| Relative position of this question when displaying a list of questions to the requestor.| |text|[accessPackageLocalizedContent](../resources/accesspackagelocalizedcontent.md)|The text of the question to show to the requestor.|
+|isAnswerEditable|Boolean| Specifies whether the requestor is allowed to edit answers to questions.|
## Relationships None.
The following is a JSON representation of the resource.
}, "sequence": "Integer" }
-```
-
+```
v1.0 Accesspackageresource https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/accesspackageresource.md
In [Azure AD Entitlement Management](entitlementmanagement-overview.md), an acce
| Property | Type | Description | |:-|:|:| |accessPackageResourceEnvironment|[accessPackageResourceEnvironment](../resources/accesspackageresourceenvironment.md)|Contains the environment information for the resource. This can be set using either the `@odata.bind` annotation or the environment's *originId*.|
+|attributes|[accessPackageResourceAttribute](../resources/accesspackageresourceattribute.md) collection| Contains attribute information for the resource.
|addedBy|String|Read-only.| |addedOn|DateTimeOffset|The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`| |description|String|A description for the resource.|
The following is a JSON representation of the resource.
{ "addedBy": "String", "addedOn": "String (timestamp)",
+ "attributes": [
+ {
+ "@odata.type": "microsoft.graph.accessPackageResourceAttribute"
+ }
+ ],
"description": "String", "displayName": "String", "id": "String (identifier)",
v1.0 Accesspackageresourceattribute https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/accesspackageresourceattribute.md
+
+ Title: "accessPackageResourceAttribute resource type"
+description: "A resource that exposes properties for the requestor of an access package to provide custom information that may be used to make approval decisions for the access package."
+
+ms.localizationpriority: medium
++
+# accessPackageResourceAttribute resource type
+
+Namespace: microsoft.graph
++
+A resource that exposes properties for the requestor of an access package to provide custom information that may be used to make approval decisions for the access package.
+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|attributeDestination|[accessPackageResourceAttributeDestination](../resources/accesspackageresourceattributedestination.md)|Information about how to set the attribute.|
+|attributeName|String|The name of the attribute in the end system.|
+|attributeSource|[accessPackageResourceAttributeSource](../resources/accesspackageresourceattributesource.md)|Information about how to populate the attribute value when an **accessPackageAssignmentRequest** is being fulfilled.|
+|id|String|Unique identifier for the attribute.|
+|isEditable|String| Specifies whether or not an existing attribute value can be edited by the requester.|
+|isPersistedOnAssignmentRemoval|Boolean| Specifies whether the attribute will remain in the end system after an assignment ends.|
+
+## Relationships
+None.
+
+## JSON representation
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.accessPackageResourceAttribute"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.accessPackageResourceAttribute",
+ "attributeDestination": {
+ "@odata.type": "microsoft.graph.accessPackageResourceAttributeDestination"
+ },
+ "attributeName": "String",
+ "attributeSource": {
+ "@odata.type": "microsoft.graph.accessPackageResourceAttributeSource"
+ },
+ "id": "String (identifier)",
+ "isEditable": "Boolean",
+}
+```
v1.0 Accesspackageresourceattributedestination https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/accesspackageresourceattributedestination.md
+
+ Title: "accessPackageResourceAttributeDestination resource type"
+description: "An abstract type that exposes objects that define the end system to which the user configured values will be passed."
+
+ms.localizationpriority: medium
++
+# accessPackageResourceAttributeDestination resource type
+
+Namespace: microsoft.graph
++
+An abstract type used for the **attributeDestination** property of an access package. The actual destination will be a subtype of this complex type.
+
+Currently, the only supported subtype is [accessPackageUserDirectoryAttributeStore](../resources/accesspackageuserdirectoryattributestore.md).
+
+## Properties
+None.
+
+## Relationships
+None.
+
+## JSON representation
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.accessPackageResourceAttributeDestination"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.accessPackageResourceAttributeDestination"
+}
+```
v1.0 Accesspackageresourceattributequestion https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/accesspackageresourceattributequestion.md
+
+ Title: "accessPackageResourceAttributeQuestion resource type"
+description: "Resource that defines the question provided to an end user, for the purpose of obtaining an attribute value to be passed to the end system or the request approver."
+
+ms.localizationpriority: medium
++
+# accessPackageResourceAttributeQuestion resource type
+
+Namespace: microsoft.graph
++
+Resource that defines the question provided to an end user, for the purpose of obtaining an attribute value to be passed to the end system or the request approver.
+
+Inherits from [accessPackageResourceAttributeSource](../resources/accesspackageresourceattributesource.md).
+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|question|accessPackageQuestion|The question asked in order to get the value of the attribute|
+
+## Relationships
+None.
+
+## JSON representation
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.accessPackageResourceAttributeQuestion"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.accessPackageResourceAttributeQuestion",
+ "question": {
+ "@odata.type": "microsoft.graph.accessPackageQuestion"
+ }
+}
+```
v1.0 Accesspackageresourceattributesource https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/accesspackageresourceattributesource.md
+
+ Title: "accessPackageResourceAttributeSource resource type"
+description: "An abstract type that exposes objects that define the properties the user configures with values that are passed to the end system or the request approver."
+
+ms.localizationpriority: medium
++
+# accessPackageResourceAttributeSource resource type
+
+Namespace: microsoft.graph
++
+An abstract type that exposes objects that define the properties the user configures with values that are passed to the end system or the request approver. It is inherited by [accessPackageResourceAttributeQuestion](../resources/accesspackageresourceattributequestion.md).
+
+## Properties
+None.
+
+## Relationships
+None.
+
+## JSON representation
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.accessPackageResourceAttributeSource"
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.accessPackageResourceAttributeSource"
+}
+```
v1.0 Accesspackageuserdirectoryattributestore https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/accesspackageuserdirectoryattributestore.md
+
+ Title: "accessPackageUserDirectoryAttributeStore resource type"
+description: "The type used for objects that expose the Azure Active Directory end system to which the user configured values will be saved to."
+
+ms.localizationpriority: medium
++
+# accessPackageUserDirectoryAttributeStore resource type
+
+Namespace: microsoft.graph
++
+A child of **accessPackageAttributeDestination** that is the type of attribute store for the Azure Active Directory end system. Inherits from [accessPackageResourceAttributeDestination](../resources/accesspackageresourceattributedestination.md).
+
+## Properties
+None.
+
+## Relationships
+None.
+
+## JSON representation
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "@odata.type": "microsoft.graph.accessPackageUserDirectoryAttributeStore",
+ "baseType": "microsoft.graph.accessPackageResourceAttributeDestination"
+}
+-->
+``` json
+{
+ "@odata.type": "#accessPackageUserDirectoryAttributeStore"
+}
+```
v1.0 Application https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/application.md
This resource supports using [delta query](/graph/delta-query-overview) to track
| spa | [spaApplication](../resources/spaapplication.md) | Specifies settings for a single-page application, including sign out URLs and redirect URIs for authorization codes and access tokens. | | tags |String collection| Custom strings that can be used to categorize and identify the application. Not nullable.<br><br>Supports `$filter` (`eq`, `not`, `ge`, `le`, `startsWith`).| | tokenEncryptionKeyId |Guid|Specifies the keyId of a public key from the keyCredentials collection. When configured, Azure AD encrypts all the tokens it emits by using the key this property points to. The application code that receives the encrypted token must use the matching private key to decrypt the token before it can be used for the signed-in user.|
-| verifiedPublisher | [verifiedPublisher](verifiedPublisher.md) | Specifies the verified publisher of the application.|
+| verifiedPublisher | [verifiedPublisher](verifiedPublisher.md) | Specifies the verified publisher of the application. For more information about how publisher verification helps support application security, trustworthiness, and compliance, see [Publisher verification](/azure/active-directory/develop/publisher-verification-overview).|
| uniqueName | String | The unique identifier that can be assigned to an application as an alternative identifier. Immutable. Read-only. | | web |[webApplication](webapplication.md)| Specifies settings for a web application. |
v1.0 Chatmessage https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/chatmessage.md
Represents an individual chat message within a [channel](channel.md) or [chat](c
|[List all hosted content](../api/chatmessage-list-hostedcontents.md) | [chatMessageHostedContent](../resources/chatmessagehostedcontent.md) collection| Get all hosted contents associated with a message.| |[Get hosted content](../api/chatmessagehostedcontent-get.md) | [chatMessageHostedContent](../resources/chatmessagehostedcontent.md) | Get hosted content (and its bytes) for a message.| - ## Properties | Property | Type |Description| |:|:--|:-|
-|id|String| Read-only. Unique ID of the message.|
-|replyToId| string | Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.) |
-|from|[chatMessageFromIdentitySet](chatmessagefromidentityset.md)| Details of the sender of the chat message. Can only be set during [migration](/microsoftteams/platform/graph-api/import-messages/import-external-messages-to-teams).|
-|etag| string | Read-only. Version number of the chat message. |
-|messageType|chatMessageType|The type of chat message. The possible values are: `message`, `chatEvent`, `typing`, `unknownFutureValue`, `systemEventMessage`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following value in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `systemEventMessage`.|
+|attachments|[chatMessageAttachment](chatmessageattachment.md) collection |References to attached objects like files, tabs, meetings etc.|
+|body|[itemBody](itembody.md)|Plaintext/HTML representation of the content of the chat message. Representation is specified by the contentType inside the body. The content is always in HTML if the chat message contains a [chatMessageMention](chatmessagemention.md). |
+|channelIdentity|[channelIdentity](channelidentity.md)|If the message was sent in a channel, represents identity of the channel.|
+|chatId|string|If the message was sent in a **chat**, represents the identity of the **chat**.|
|createdDateTime|dateTimeOffset|Timestamp of when the chat message was created.|
-|lastModifiedDateTime|dateTimeOffset|Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. |
-|lastEditedDateTime|dateTimeOffset|Read only. Timestamp when edits to the chat message were made. Triggers an "Edited" flag in the Teams UI. If no edits are made the value is `null`.|
|deletedDateTime|dateTimeOffset|Read only. Timestamp at which the chat message was deleted, or null if not deleted. |
-|subject|string| The subject of the chat message, in plaintext.|
-|body|[itemBody](itembody.md)|Plaintext/HTML representation of the content of the chat message. Representation is specified by the contentType inside the body. The content is always in HTML if the chat message contains a [chatMessageMention](chatmessagemention.md). |
-|summary|string| Summary text of the chat message that could be used for push notifications and summary views or fall back views. Only applies to channel chat messages, not chat messages in a chat. |
-|attachments|[chatMessageAttachment](chatmessageattachment.md) collection |References to attached objects like files, tabs, meetings etc.|
-|mentions|[chatMessageMention](chatmessagemention.md) collection| List of entities mentioned in the chat message. Supported entities are: user, bot, team, channel, and tag.|
+|etag| string | Read-only. Version number of the chat message. |
+|eventDetail|[eventMessageDetail](../resources/eventmessagedetail.md)|Read-only. If present, represents details of an event that happened in a **chat**, a **channel**, or a **team**, for example, adding new members. For event messages, the **messageType** property will be set to `systemEventMessage`.|
+|from|[chatMessageFromIdentitySet](chatmessagefromidentityset.md)| Details of the sender of the chat message. Can only be set during [migration](/microsoftteams/platform/graph-api/import-messages/import-external-messages-to-teams).|
+|id|String| Read-only. Unique ID of the message.|
|importance|string | The importance of the chat message. The possible values are: `normal`, `high`, `urgent`.|
-|reactions| [chatMessageReaction](chatmessagereaction.md) collection | Reactions for this chat message (for example, Like).|
+|lastEditedDateTime|dateTimeOffset|Read only. Timestamp when edits to the chat message were made. Triggers an "Edited" flag in the Teams UI. If no edits are made the value is `null`.|
+|lastModifiedDateTime|dateTimeOffset|Read only. Timestamp when the chat message is created (initial setting) or modified, including when a reaction is added or removed. |
|locale|string|Locale of the chat message set by the client. Always set to `en-us`.|
+|mentions|[chatMessageMention](chatmessagemention.md) collection| List of entities mentioned in the chat message. Supported entities are: user, bot, team, channel, and tag.|
+|messageType|chatMessageType|The type of chat message. The possible values are: `message`, `chatEvent`, `typing`, `unknownFutureValue`, `systemEventMessage`. Note that you must use the `Prefer: include-unknown-enum-members` request header to get the following value in this [evolvable enum](/graph/best-practices-concept#handling-future-members-in-evolvable-enumerations): `systemEventMessage`.|
+|onBehalfOf|[chatMessageFromIdentitySet](chatmessagefromidentityset.md)| User attribution of the message when [bot](/microsoftteams/platform/messaging-extensions/how-to/action-commands/respond-to-task-module-submit?tabs=dotnet%2Cdotnet-1#user-attribution-for-bots-messages) sends a message on behalf of a user.|
|policyViolation | [chatMessagePolicyViolation](chatmessagepolicyviolation.md) |Defines the properties of a policy violation set by a data loss prevention (DLP) application.|
-|chatId|string|If the message was sent in a **chat**, represents the identity of the **chat**.|
-|channelIdentity|[channelIdentity](channelidentity.md)|If the message was sent in a channel, represents identity of the channel.|
+|reactions| [chatMessageReaction](chatmessagereaction.md) collection | Reactions for this chat message (for example, Like).|
+|replyToId| string | Read-only. ID of the parent chat message or root chat message of the thread. (Only applies to chat messages in channels, not chats.) |
+|subject|string| The subject of the chat message, in plaintext.|
+|summary|string| Summary text of the chat message that could be used for push notifications and summary views or fall back views. Only applies to channel chat messages, not chat messages in a chat. |
|webUrl|string|Read-only. Link to the message in Microsoft Teams.|
-|eventDetail|[eventMessageDetail](../resources/eventmessagedetail.md)|Read-only. If present, represents details of an event that happened in a **chat**, a **channel**, or a **team**, for example, adding new members. For event messages, the **messageType** property will be set to `systemEventMessage`.|
## Relationships
The following is a JSON representation of the resource.
"@odata.type": "microsoft.graph.chatMessage" }--> - ```json { "id": "string (identifier)",
The following is a JSON representation of the resource.
"summary": "string", "attachments": [{"@odata.type": "microsoft.graph.chatMessageAttachment"}], "mentions": [{"@odata.type": "microsoft.graph.chatMessageMention"}],
+ "onBehalfOf": {"@odata.type": "microsoft.graph.chatMessageFromIdentitySet"},
"importance": "string", "reactions": [{"@odata.type": "microsoft.graph.chatMessageReaction"}], "locale": "string",
v1.0 Managedtenants Aggregatedpolicycompliance https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-aggregatedpolicycompliance.md
Title: "aggregatedPolicyCompliance resource type" description: "Represents an aggregate view of device compliance for a managed tenant."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Cloudpcconnection https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-cloudpcconnection.md
Title: "cloudPcConnection resource type" description: "Represents a cloud PC connection for a given managed tenant."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Cloudpcdevice https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-cloudpcdevice.md
Title: "cloudPcDevice resource type" description: "Represents a cloud PC device that belongs to a given managed tenant."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Cloudpcoverview https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-cloudpcoverview.md
Title: "cloudPcOverview resource type" description: "Represents an overview of cloud PCs for a given managed tenant."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Conditionalaccesspolicycoverage https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-conditionalaccesspolicycoverage.md
Title: "conditionalAccessPolicyCoverage resource type" description: "Represents information about any Azure Active Directory policy that defines access rules of a resource for a given managed tenant."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Credentialuserregistrationssummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-credentialuserregistrationssummary.md
Title: "credentialUserRegistrationsSummary resource type" description: "Represents a summary of Azure Active Directory credential user registrations for a given managed tenant."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Devicecompliancepolicysettingstatesummary https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-devicecompliancepolicysettingstatesummary.md
Title: "deviceCompliancePolicySettingStateSummary resource type" description: "Represents a summary of device compliance policy setting states for a given managed tenant."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Manageddevicecompliance https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-manageddevicecompliance.md
Title: "managedDeviceCompliance resource type" description: "Represents the state of device compliance for each managed device belonging to a given managed tenant."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Manageddevicecompliancetrend https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-manageddevicecompliancetrend.md
Title: "managedDeviceComplianceTrend resource type" description: "Represents a trend of compliant and non-compliant devices for a given managed tenant."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Managedtenant https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-managedtenant.md
Title: "managedTenant resource type" description: "Represent the available operations that interact with the multi-tenant management platform."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Managedtenantexecutionerror https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-managedtenantexecutionerror.md
Title: "managedTenantExecutionError resource type" description: "Represents an exception for a managed tenant operation."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Managedtenantgenericerror https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-managedtenantgenericerror.md
Title: "managedTenantGenericError resource type" description: "Represents a generic error for a managed tenant."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Managedtenantoperationerror https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-managedtenantoperationerror.md
Title: "managedTenantOperationError resource type" description: "An abstract type that represents an error for a managed tenant operation."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Managementaction https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-managementaction.md
Title: "managementAction resource type" description: "Represents a baseline management action for a given managed tenant."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Managementactiondeploymentstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-managementactiondeploymentstatus.md
Title: "managementActionDeploymentStatus resource type" description: "Represents the deployment status for a given managed tenant."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Managementactioninfo https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-managementactioninfo.md
Title: "managementActionInfo resource type" description: "Represents reference information for a management action."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Managementactiontenantdeploymentstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-managementactiontenantdeploymentstatus.md
Title: "managementActionTenantDeploymentStatus resource type" description: "Represents tenant level deployment status for the management action."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Managementintent https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-managementintent.md
Title: "managementIntent resource type" description: "Represents metadata for a baseline and what management templates are included."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Managementintentinfo https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-managementintentinfo.md
Title: "managementIntentInfo resource type" description: "Represents relationship information for a management intent."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Managementtemplate https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-managementtemplate.md
Title: "managementTemplate resource type" description: "Represents a group of actions and setting that can be performed against a managed tenant."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Managementtemplatedetailedinfo https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-managementtemplatedetailedinfo.md
Title: "managementTemplateDetailedInfo resource type" description: "Represents detailed information for the management template."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Setting https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-setting.md
Title: "setting resource type" description: "Represents a setting that is used within a baseline."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Templateparameter https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-templateparameter.md
Title: "templateParameter resource type" description: "Represents a parameter utilized in a management template."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Tenant https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-tenant.md
Title: "tenant resource type" description: "Represents a tenant associated with the managing entity."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Tenantcontactinformation https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-tenantcontactinformation.md
Title: "tenantContactInformation resource type" description: "Represents a contact at a managed tenant."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Tenantcontract https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-tenantcontract.md
Title: "tenantContract resource type" description: "Represents relationship information between a tenant and the managing entity."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Tenantcustomizedinformation https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-tenantcustomizedinformation.md
Title: "tenantCustomizedInformation resource type" description: "Represents customizable information for a managed tenant."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Tenantdetailedinformation https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-tenantdetailedinformation.md
Title: "tenantDetailedInformation resource type" description: "Represents detailed information for a managed tenant."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Tenantgroup https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-tenantgroup.md
Title: "tenantGroup resource type" description: "Represents a logical group of managed tenants."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Tenantinfo https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-tenantinfo.md
Title: "tenantInfo resource type" description: "Represents information for a managed tenant."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Tenanttag https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-tenanttag.md
Title: "tenantTag resource type" description: "Represents a tag that can be assigned to managed tenant."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Windowsdevicemalwarestate https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-windowsdevicemalwarestate.md
Title: "windowsDeviceMalwareState resource type" description: "Represents the state of discovered malware for devices runnings Windows that have been registered for management."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Windowsprotectionstate https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-windowsprotectionstate.md
Title: "windowsProtectionState resource type" description: "Represent the Windows protection state for managed devices running Windows."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Workloadaction https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-workloadaction.md
Title: "workloadAction resource type" description: "Represents an action that will be performed for a specific workload."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Workloadactiondeploymentstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-workloadactiondeploymentstatus.md
Title: "workloadActionDeploymentStatus resource type" description: "Represents the deployment status for the workload action."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Managedtenants Workloadstatus https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/managedtenants-workloadstatus.md
Title: "workloadStatus resource type" description: "Represent the status for a workload."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Operation https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/operation.md
The status of a long-running operation.
## Methods
-None
+None.
## Properties | Property | Type | Description | | :-- | :-- | :-| | createdDateTime | DateTimeOffset | The start time of the operation. |
-| id | String | The operation id. Read-only. Server generated. |
+| id | String | The operation ID. Read-only. Server generated. |
| lastActionDateTime | DateTimeOffset | The time of the last action of the operation. | | status | String | Possible values are: `notStarted`, `running`, `completed`, `failed`. Read-only. | ## Relationships
-None
+None.
## JSON representation
v1.0 Profilephoto https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/profilephoto.md
The supported sizes of HD photos on Exchange Online are as follows: '48x48', '64
|[Get profilePhoto](../api/profilephoto-get.md) | [profilePhoto](profilephoto.md) |Get the specified **profilePhoto** or its metadata (**profilePhoto** properties). | |[Update](../api/profilephoto-update.md) | [profilePhoto](profilephoto.md) |Assign a photo to the specified user, group, or contact. The photo should be in binary. It replaces the existing photo, if any. |
+> [!NOTE]
+>
+> Managing users' photos using the Microsoft Graph API is currently not supported in Azure AD B2C tenants.
+ ## Properties | Property | Type |Description| |:|:--|:-|
None
## JSON representation
-Here is a JSON representation of the resource.
+The following is a JSON representation of the resource.
<!-- { "blockType": "resource",
v1.0 Tenantrelationship https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/tenantrelationship.md
Title: "tenantRelationship resource type" description: "Represent the various type of tenant relationships."-+ ms.localizationpriority: medium ms.prod: "microsoft-365-lighthouse" doc_type: resourcePageType
v1.0 Externalconnectors Externalitem Create https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/v1.0/api/externalconnectors-externalitem-create.md
One of the following permissions is required to call this API. To learn more, in
} --> ``` http
-POST /external/connections/{connectionsId}/items
+PUT /external/connections/{connection-id}/items/{item-id}
``` ## Request headers
v1.0 Profilephoto Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/v1.0/api/profilephoto-get.md
Title: "Get photo"
+ Title: "Get profilePhoto"
description: "Get the specified profilePhoto or its metadata (profilePhoto properties)."
+ms.localizationpriority: medium
ms.prod: "people" doc_type: apiPageType
-# Get photo
+# Get profilePhoto
Namespace: microsoft.graph
One of the following permissions is required to call this API. To learn more, in
|Delegated (personal Microsoft account) | Contacts.Read, Contacts.ReadWrite | |Application | Contacts.Read, Contacts.ReadWrite |
-> **Notes:**
-> - The metadata operation is not supported for personal Microsoft accounts.
-> - There is currently a [known issue](/graph/known-issues#groups) with accessing group photos using application permissions.
+> [!NOTE]
+>
+> 1. Metadata operation is not supported for personal Microsoft accounts.
+> 2. There is currently a [known issue](/graph/known-issues#groups) with accessing group photos using application permissions.
+> 3. Retrieving a user's photo using the Microsoft Graph API is currently not supported in Azure AD B2C tenants.
## HTTP request
v1.0 Profilephoto Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/v1.0/api/profilephoto-update.md
Title: "Update profilephoto"
-description: "Update the photo for the signed-in **user**, or the specified **group** or **contact**. Since there"
+ Title: "Update profilePhoto"
+description: "Update the photo for the signed-in user, or the specified group or contact."
+ms.localizationpriority: medium
doc_type: apiPageType
-# Update profilephoto
+# Update profilePhoto
Namespace: microsoft.graph
One of the following permissions is required to call this API. To learn more, in
|Delegated (personal Microsoft account) | Not supported. | |Application | Contacts.ReadWrite |
-> **Notes:** To update the photo of any user in the organization, your app must have the User.ReadWrite.All application permission and call this API under its own identity, not on behalf of a user. To learn more, see [get access without a signed-in user](/graph/auth-v2-service).
->
-> There is currently a [known issue](/graph/known-issues#groups) with accessing group photos using application permissions.
+> [!NOTE]
+> 1. To update the photo of any user in the organization, your app must have the *User.ReadWrite.All* application permission and call this API under its own identity, not on behalf of a user. To learn more, see [get access without a signed-in user](/graph/auth-v2-service). Updating the photo of the signed-in user only requires *User.ReadWrite* permission.
+> 2. There is currently a [known issue](/graph/known-issues#groups) with accessing group photos using application permissions.
+> 3. Updating a user's photo using the Microsoft Graph API is currently not supported in Azure AD B2C tenants.
## HTTP request <!-- { "blockType": "ignored" } -->
In the request body, include the binary data of the photo in the request body.
If successful, this method returns a `200 OK` response code. ## Example
-##### Request
+### Request
Here is an example of the request. # [HTTP](#tab/http)
Binary data for the image
-##### Response
-Here is an example of the response. Note: The response object shown here might be shortened for readability.
+### Response
+The following is an example of the response.
+>**Note:** The response object shown here might be shortened for readability.
<!-- { "blockType": "response" } -->
v1.0 Application https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/v1.0/resources/application.md
This resource supports using [delta query](/graph/delta-query-overview) to track
| spa | [spaApplication](../resources/spaapplication.md) | Specifies settings for a single-page application, including sign out URLs and redirect URIs for authorization codes and access tokens. | | tags |String collection| Custom strings that can be used to categorize and identify the application. Not nullable. <br><br>Supports `$filter` (`eq`, `not`, `ge`, `le`, `startsWith`).| | tokenEncryptionKeyId |String|Specifies the keyId of a public key from the keyCredentials collection. When configured, Azure AD encrypts all the tokens it emits by using the key this property points to. The application code that receives the encrypted token must use the matching private key to decrypt the token before it can be used for the signed-in user.|
-| verifiedPublisher | [verifiedPublisher](verifiedPublisher.md) | Specifies the verified publisher of the application.|
+| verifiedPublisher | [verifiedPublisher](verifiedPublisher.md) | Specifies the verified publisher of the application. For more information about how publisher verification helps support application security, trustworthiness, and compliance, see [Publisher verification](/azure/active-directory/develop/publisher-verification-overview).|
| web |[webApplication](webapplication.md)| Specifies settings for a web application. | ### signInAudience values
v1.0 Operation https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/v1.0/resources/operation.md
Namespace: microsoft.graph
The status of a long-running operation.
+## Properties
+| Property | Type |Description|
+|:|:--|:-|
+|createdDateTime| DateTimeOffset |The start time of the operation.|
+|lastActionDateTime| DateTimeOffset |The time of the last action of the operation.|
+|status|operationStatus|The current status of the operation: `notStarted`, `running`, `completed`, `failed` |
+ ## JSON representation Here is a JSON representation of the resource.
Here is a JSON representation of the resource.
"lastActionDateTime": "String (timestamp)", "status": "notStarted | running | completed | failed" }- ```
-## Properties
-| Property | Type |Description|
-|:|:--|:-|
-|createdDateTime| DateTimeOffset |The start time of the operation.|
-|lastActionDateTime| DateTimeOffset |The time of the last action of the operation.|
-|status|operationStatus|The current status of the operation: `notStarted`, `running`, `completed`, `failed` |
<!-- uuid: 13fa92b1-3b41-498b-aab1-f943464a124f 2018-03-30 10:29:30 UTC -->
v1.0 Profilephoto https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/v1.0/resources/profilephoto.md
Title: "profilePhoto resource type" description: "A profile photo of a user, group or an Outlook contact accessed from Exchange Online. It's binary data not encoded in base-64."
+ms.localizationpriority: medium
doc_type: resourcePageType
The supported sizes of HD photos on Exchange Online are as follows: '48x48', '64
|[Get profilePhoto](../api/profilephoto-get.md) | [profilePhoto](profilephoto.md) |Get the specified **profilePhoto** or its metadata (profilePhoto properties).| |[Update](../api/profilephoto-update.md) | [profilePhoto](profilephoto.md) |Assign a photo to the specified user, group, or contact. The photo should be in binary. It replaces the existing photo, if any.|
+> [!NOTE]
+>
+> Managing users' photos using the Microsoft Graph API is currently not supported in Azure AD B2C tenants.
+ ## Properties | Property | Type |Description| |:|:--|:-|
v1.0 Toc.Yml https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/v1.0/toc.yml a/api-reference/v1.0/toc.yml
items:
href: api/directory-deleteditems-delete.md - name: Restore deleted application href: api/directory-deleteditems-restore.md
+ - name: Application template
+ href: resources/applicationtemplate.md
+ items:
+ - name: List
+ href: api/applicationtemplate-list.md
+ - name: Get
+ href: api/applicationtemplate-get.md
+ - name: Instantiate
+ href: api/applicationtemplate-instantiate.md
- name: Certificates and secrets items: - name: Add password
items:
href: api/application-list-tokenlifetimepolicies.md - name: Remove href: api/application-delete-tokenlifetimepolicies.md
- - name: Application template
- href: resources/applicationtemplate.md
+ - name: Verified publisher
items:
- - name: List
- href: api/applicationtemplate-list.md
- - name: Get
- href: api/applicationtemplate-get.md
- - name: Instantiate
- href: api/applicationtemplate-instantiate.md
+ - name: Set
+ href: api/application-setverifiedpublisher.md
+ - name: Unset
+ href: api/application-unsetverifiedpublisher.md
- name: Service principal href: resources/serviceprincipal.md items: