Updates from: 01/15/2022 02:16:09
Service Microsoft Docs article Related commit history on GitHub Change details
v1.0 Attachment Createuploadsession https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/attachment-createuploadsession.md
If successful, this method returns a `201 Created` response code and a new [uplo
## Examples
+### Example 1: Create an upload session to add a large attachment to a draft message
The following example shows how to create an upload session that you can use in subsequent file upload operations to the specified message.
-### Request
+#### Request
# [HTTP](#tab/http) <!-- {
Content-type: application/json
-### Response
+#### Response
> **Note:** The response object shown here might be shortened for readability.
Content-type: application/json
} ```
+### Example 2: Create an upload session to add a large in-line attachment to a draft message
+
+The following example shows how to create an upload session that can be used to add a large inline attachment to a draft message.
+
+For an inline attachment, set _isInline_ property to `true` and use the _contentId_ property to specify a CID for the attachment as shown below. In the body of the draft message, use the same CID value to indicate the position where you want to include the attachment using a CID HTML reference tag, for example `<img src="cid:my_inline_picture">`. Upon successfully uploading the file, the rendered message will include the attachment as part of the message body in the specified location.
+
+#### Request
+
+<!-- {
+ "blockType": "request",
+ "name": "attachment_createuploadsession_inline",
+ "sampleKeys": ["AAMkAGUwNjQ4ZjIxLTQ3Y2YtNDViMi1iZjc4LTMA="]
+}-->
+
+```http
+POST https://graph.microsoft.com/v1.0/me/messages/AAMkAGUwNjQ4ZjIxLTQ3Y2YtNDViMi1iZjc4LTMA=/attachments/createUploadSession
+Content-type: application/json
+
+{
+ "AttachmentItem": {
+ "attachmentType": "file",
+ "name": "scenary",
+ "size": 7208534,
+ "isInline": true,
+ "contentId": "my_inline_picture"
+ }
+}
+```
+#### Response
+
+> **Note:** The response object shown here might be shortened for readability.
+
+<!-- {
+ "blockType": "response",
+ "name": "attachment_createuploadsession_inline",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.uploadSession"
+} -->
+
+```http
+HTTP/1.1 201 Created
+Content-type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.uploadSession",
+ "uploadUrl": "https://outlook.office.com/api/gv1.0/users('a8e8e219-4931-95c1-b73d-62626fd79c32@72aa88bf-76f0-494f-91ab-2d7cd730db47')/messages('AAMkAGUwNjQ4ZjIxLTQ3Y2YtNDViMi1iZjc4LTMA=')/AttachmentSessions('AAMkAGUwNjQ4ZjIxLTAAA=')?authtoken=eyJhbGciOiJSUzI1NiIsImtpZCI6IjFTeXQ1bXdXYVh5UFJ",
+ "expirationDateTime": "2021-12-27T14:20:12.9708933Z",
+ "nextExpectedRanges": [
+ "0-"
+ ]
+}
+```
+ <!-- uuid: 16cd6b66-4b1a-43a1-adaf-3a886856ed98 2019-02-04 14:57:30 UTC --> <!-- {
v1.0 Chat Post https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/chat-post.md
Title: "Create chat" description: "Create a new chat object."-+ ms.localizationpriority: medium ms.prod: "microsoft-teams" doc_type: apiPageType
One of the following permissions is required to call this API. To learn more, in
|:|:| |Delegated (work or school account)|Chat.Create, Chat.ReadWrite| |Delegated (personal Microsoft account) | Not supported. |
-|Application | Not supported. |
+|Application | Chat.Create |
## HTTP request
v1.0 Ediscovery Custodian List Usersources https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/ediscovery-custodian-list-usersources.md
Content-Type: application/json
"id": "46384443-4137-3032-3437-363939433735", "email": "megan@contoso.com", "includedSources": "mailbox,site",
+ "siteWebUrl": "https://contoso.sharepoint.com/personal/megan_contoso_com/",
"createdBy": { "user": { "id": "c1db6f13-332a-4d84-b111-914383ff9fc9",
v1.0 Ediscovery Custodian Post Usersources https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/ediscovery-custodian-post-usersources.md
Content-Type: application/json
[!INCLUDE [sample-code](../includes/snippets/go/create-usersource-from--1-go-snippets.md)] [!INCLUDE [sdk-documentation](../includes/snippets/snippets-sdk-documentation-link.md)] --- ### Response
Content-Type: application/json
"id": "34383036-3741-4545-3242-373530353435", "email": "megan@contoso.com", "includedSources": "mailbox,site",
+ "siteWebUrl": "https://contoso.sharepoint.com/personal/megan_contoso_com/",
"createdBy": { "user": { "id": "c1db6f13-332a-4d84-b111-914383ff9fc9",
v1.0 Ediscovery Usersource Get https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/ediscovery-usersource-get.md
Content-Type: application/json
"id": "46384443-4137-3032-3437-363939433735", "email": "megan@contoso.com", "includedSources": "mailbox,site",
+ "siteWebUrl": "https://contoso.sharepoint.com/personal/megan_contoso_com/",
"createdBy": { "user": { "id": "c1db6f13-332a-4d84-b111-914383ff9fc9",
v1.0 Printershare Post Jobs https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/printershare-post-jobs.md
Create a new [printJob](../resources/printJob.md) for a [printerShare](../resour
## Permissions One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
-In addition to the following permissions, the user or app's tenant must have an active Universal Print subscription and have a permission that grants [Get printerShare](printerShare-get.md) access. The signed in user must be a [Printer Administrator](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#printer-administrator).
+In addition to the following permissions, the user or app's tenant must have an active Universal Print subscription and have a permission that grants [Get printerShare](printerShare-get.md) access.
|Permission type | Permissions (from least to most privileged) | |:|:--|
v1.0 Synchronization Synchronizationjob Pause https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/synchronization-synchronizationjob-pause.md
Namespace: microsoft.graph
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
-Temporarily stop synchronization. All the progress, including job state, is persisted, and the job will continue from where it left off when a [Start](../api/synchronization-synchronizationjob-start.md) call is made.
+Temporarily stop a running synchronization job. All the progress, including job state, is persisted, and the job will continue from where it left off when a [start](../api/synchronization-synchronizationjob-start.md) call is made.
## Permissions One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
If successful, returns a `204 No Content` response. It does not return anything
## Example
-##### Request
+### Request
The following is an example of a request. # [HTTP](#tab/http)
POST https://graph.microsoft.com/beta/servicePrincipals/{id}/synchronization/job
-##### Response
+### Response
The following is an example of a response. <!-- { "blockType": "response"
v1.0 Synchronization Synchronizationjob Restart https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/api/synchronization-synchronizationjob-restart.md
Namespace: microsoft.graph
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
-Restart the synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing synchronization state and previous errors.
+Restart a stopped synchronization job, forcing it to reprocess all the objects in the directory. Optionally clears existing the synchronization state and previous errors.
## Permissions One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
If successful, returns a `204 No Content` response. It does not return anything
## Example
-##### Request
+### Request
The following is an example of a request. # [HTTP](#tab/http)
Content-type: application/json
-##### Response
+### Response
The following is an example of a response. <!-- {
v1.0 Accessreviewinstancedecisionitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/accessreviewinstancedecisionitem.md
Namespace: microsoft.graph
Represents an Azure AD [access review](accessreviewsv2-overview.md) decision on an instance of a review. This decision is the determination of a user or service principal's access for a given [access review instance](accessreviewinstance.md). accessReviewInstanceDecisionItem is an open type and allows other properties to be passed in.
->[!NOTE]
->The property `target` will be deprecated in v1.0 and replaced by the `principal` and `resource` properties.
- ## Methods | Method | Return Type | Description |
Represents an Azure AD [access review](accessreviewsv2-overview.md) decision on
|decision|String|Result of the review. Possible values: `Approve`, `Deny`, `NotReviewed`, or `DontKnow`. Supports `$select`, `$orderby`, and `$filter` (`eq` only). | |id|String| The identifier of the decision. Inherited from [entity](../resources/entity.md). Supports `$select`. Read-only.| |justification|String|Justification left by the reviewer when they made the decision.|
-| target | [accessReviewInstanceDecisionItemTarget](accessreviewinstancedecisionitemtarget.md) | The target of this specific decision. Decision targets can be of different types ΓÇô each one with its own specific properties. See [accessReviewInstanceDecisionItemTarget](accessreviewinstancedecisionitemtarget.md). Read-only.|
+| target | [accessReviewInstanceDecisionItemTarget](accessreviewinstancedecisionitemtarget.md) | The target of this specific decision. Decision targets can be of different types ΓÇô each one with its own specific properties. See [accessReviewInstanceDecisionItemTarget](accessreviewinstancedecisionitemtarget.md). Read-only. <br/> This property has been replaced by the `principal` and `resource` properties in v1.0.|
|principal|[identity](../resources/identity.md)|Every decision item in an access review represents a principal's access to a resource. This property represents details of the principal. For example, if a decision item represents access of User "Bob" to Group "Sales" - The principal is "Bob" and the resource is "Sales". Principals can be of two types - userIdentity and servicePrincipalIdentity. Supports `$select`. Read-only.| |principalLink|String|Link to the principal object. For example: `https://graph.microsoft.com/v1.0/users/a6c7aecb-cbfd-4763-87ef-e91b4bd509d9`. Read-only.| |recommendation|String|A system-generated recommendation for the approval decision based off last interactive sign-in to tenant. Recommend approve if sign-in is within thirty days of start of review. Recommend deny if sign-in is greater than thirty days of start of review. Recommendation not available otherwise. Possible values: `Approve`, `Deny`, or `NoInfoAvailable`. Supports `$select`, `$orderby`, and `$filter` (`eq` only). Read-only.|
Represents an Azure AD [access review](accessreviewsv2-overview.md) decision on
## JSON representation
-Here is a JSON representation of the resource.
+The following is a JSON representation of the resource.
<!-- { "blockType": "resource",
v1.0 Anonymousguestconversationmember https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/anonymousguestconversationmember.md
+
+ Title: "anonymousGuestConversationMember resource type"
+description: "Represents an anonymous guest in a chat."
+
+ms.localizationpriority: medium
++
+# anonymousGuestConversationMember resource type
+
+Namespace: microsoft.graph
++
+Represents an anonymous guest in a chat.
+
+Anonymous users do not have a Microsoft Teams identity and can join meetings using meeting join links. For more details, see [Anonymous users](/microsoftteams/non-standard-users#anonymous-users).
++
+Inherits from [conversationMember](../resources/conversationmember.md).
+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|anonymousGuestId|String|Unique ID that represents the user. **Note:** This ID can change if the user leaves and rejoins the meeting, or joins from a different device.|
+|displayName|String|Name provided by the user when joining the meeting. Inherited from [conversationMember](../resources/conversationmember.md).|
+|id|String|Membership ID that represents this resource. Inherited from [entity](../resources/entity.md).|
+|roles|String collection|Special roles for this user. Inherited from [conversationMember](../resources/conversationmember.md).|
+|visibleHistoryStartDateTime|DateTimeOffset|The timestamp denoting how far back a conversation's history is shared with the conversation member. Inherited from [conversationMember](../resources/conversationmember.md).|
+
+## Relationships
+None.
+
+## JSON representation
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.anonymousGuestConversationMember",
+ "baseType": "microsoft.graph.conversationMember",
+ "openType": false
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.anonymousGuestConversationMember",
+ "id": "String (identifier)",
+ "roles": [
+ "String"
+ ],
+ "displayName": "String",
+ "visibleHistoryStartDateTime": "String (timestamp)",
+ "anonymousGuestId": "String"
+}
+```
+
v1.0 Attachmentitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/attachmentitem.md
Represents attributes of an item to be attached.
| Property | Type | Description | |:-|:|:| |attachmentType|String| The type of attachment. Possible values are: `file`, `item`, `reference`. Required.|
+|contentId|String| The CID or Content-Id of the attachment for referencing in case of in-line attachments using `<img src="cid:contentId">` tag in HTML messages. Optional.|
|contentType|String|The nature of the data in the attachment. Optional.| |isInline|Boolean|`true` if the attachment is an inline attachment; otherwise, `false`. Optional.| |name|String|The display name of the attachment. This can be a descriptive string and does not have to be the actual file name. Required.|
The following is a JSON representation of the resource.
<!-- { "blockType": "resource", "optionalProperties": [
+ "contentId",
"contentType", "isInline" ],
The following is a JSON representation of the resource.
```json { "attachmentType": "String",
+ "contentId": "String",
"contentType": "String", "isInline": true, "name": "String",
v1.0 Conversationmember https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/conversationmember.md
Namespace: microsoft.graph
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)] Represents a user in a [team](team.md) or a [channel](channel.md) or a [chat](chat.md).
-See also [aadUserConversationMember](aaduserconversationmember.md).
## Methods
The following is a JSON representation of the resource.
} ```
+## See also
+
+- [aadUserConversationMember](aaduserconversationmember.md)
+- [skypeForBusinessUserConversationMember](skypeForBusinessUserConversationMember.md)
+- [anonymousGuestConversationMember](anonymousGuestConversationMember.md)
+- [skypeUserConversationMember](skypeUserConversationMember.md)
+- [microsoftAccountUserConversationMember](microsoftAccountUserConversationMember.md)
+ <!-- uuid: 16cd6b66-4b1a-43a1-adaf-3a886856ed98 2019-02-04 14:57:30 UTC --> <!-- {
v1.0 Ediscovery Usersource https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/ediscovery-usersource.md
The container for a [custodian's](ediscovery-custodian.md) mailbox and OneDrive
|email|String|Email address of the user's mailbox.| |id|String|The ID of the **userSource**. This is not the ID of the actual group| |includedSources|microsoft.graph.ediscovery.sourceType|Specifies which sources are included in this group. Possible values are: `mailbox`, `site`.|
+|siteWebUrl|String|The URL of the user's OneDrive for Business site. Read-only.|
### sourceType values
v1.0 Microsoftaccountuserconversationmember https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/microsoftaccountuserconversationmember.md
+
+ Title: "microsoftAccountUserConversationMember resource type"
+description: "Represents a personal Microsoft account user in a chat."
+
+ms.localizationpriority: medium
++
+# microsoftAccountUserConversationMember resource type
+
+Namespace: microsoft.graph
++
+Represents a personal Microsoft account user in a chat.
++
+Inherits from [conversationMember](../resources/conversationmember.md).
+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|displayName|String|Display name of the user. Inherited from [conversationMember](../resources/conversationmember.md).|
+|id|String|Membership ID that represents this resource. Inherited from [entity](../resources/entity.md).|
+|roles|String collection|Special roles for this user. Inherited from [conversationMember](../resources/conversationmember.md).|
+|userId|String|ID of the user.|
+|visibleHistoryStartDateTime|DateTimeOffset|The timestamp denoting how far back a conversation's history is shared with the conversation member. Inherited from [conversationMember](../resources/conversationmember.md).|
+
+## Relationships
+None.
+
+## JSON representation
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.microsoftAccountUserConversationMember",
+ "baseType": "microsoft.graph.conversationMember",
+ "openType": false
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.microsoftAccountUserConversationMember",
+ "id": "String (identifier)",
+ "roles": [
+ "String"
+ ],
+ "displayName": "String",
+ "visibleHistoryStartDateTime": "String (timestamp)",
+ "userId": "String"
+}
+```
+
v1.0 Skypeforbusinessuserconversationmember https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/skypeforbusinessuserconversationmember.md
+
+ Title: "skypeForBusinessUserConversationMember resource type"
+description: "Represents a Skype for Business user in a chat"
+
+ms.localizationpriority: medium
++
+# skypeForBusinessUserConversationMember resource type
+
+Namespace: microsoft.graph
++
+Represents a Skype for Business user in a chat.
+
+For information about Teams and Skype for Business interoperability, see [Understand Microsoft Teams and Skype for Business coexistence and interoperability](/microsoftteams/teams-and-skypeforbusiness-coexistence-and-interoperability).
+
+Inherits from [conversationMember](../resources/conversationmember.md).
+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|displayName|String|Display name of the user. Inherited from [conversationMember](../resources/conversationmember.md).|
+|id|String|Membership ID that represents this resource. Inherited from [entity](../resources/entity.md).|
+|roles|String collection|Special roles for this user. Inherited from [conversationMember](../resources/conversationmember.md).|
+|tenantId|String|ID of the tenant that the user belongs to.|
+|userId|String|ID of the user.|
+|visibleHistoryStartDateTime|DateTimeOffset|The timestamp denoting how far back a conversation's history is shared with the conversation member. Inherited from [conversationMember](../resources/conversationmember.md).|
+
+## Relationships
+None.
+
+## JSON representation
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.skypeForBusinessUserConversationMember",
+ "baseType": "microsoft.graph.conversationMember",
+ "openType": false
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.skypeForBusinessUserConversationMember",
+ "id": "String (identifier)",
+ "roles": [
+ "String"
+ ],
+ "displayName": "String",
+ "visibleHistoryStartDateTime": "String (timestamp)",
+ "userId": "String",
+ "tenantId": "String"
+}
+```
+
v1.0 Skypeuserconversationmember https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/beta/resources/skypeuserconversationmember.md
+
+ Title: "skypeUserConversationMember resource type"
+description: "Represents a Skype user in a chat"
+
+ms.localizationpriority: medium
++
+# skypeUserConversationMember resource type
+
+Namespace: microsoft.graph
++
+Represents a Skype (consumer) user in a chat.
+
+For information about Teams and Skype for Business interoperability, see [Understand Microsoft Teams and Skype for Business coexistence and interoperability](/microsoftteams/teams-and-skypeforbusiness-coexistence-and-interoperability).
+
+Inherits from [conversationMember](../resources/conversationmember.md).
+
+## Properties
+|Property|Type|Description|
+|:|:|:|
+|displayName|String|Display name of the user. Inherited from [conversationMember](../resources/conversationmember.md).|
+|id|String|Membership ID that represents this resource. Inherited from [entity](../resources/entity.md).|
+|roles|String collection|Special roles for this user. Inherited from [conversationMember](../resources/conversationmember.md).|
+|skypeId|String|Skype ID of the user.|
+|visibleHistoryStartDateTime|DateTimeOffset|The timestamp denoting how far back a conversation's history is shared with the conversation member. Inherited from [conversationMember](../resources/conversationmember.md).|
+
+## Relationships
+None.
+
+## JSON representation
+The following is a JSON representation of the resource.
+<!-- {
+ "blockType": "resource",
+ "keyProperty": "id",
+ "@odata.type": "microsoft.graph.skypeUserConversationMember",
+ "baseType": "microsoft.graph.conversationMember",
+ "openType": false
+}
+-->
+``` json
+{
+ "@odata.type": "#microsoft.graph.skypeUserConversationMember",
+ "id": "String (identifier)",
+ "roles": [
+ "String"
+ ],
+ "displayName": "String",
+ "visibleHistoryStartDateTime": "String (timestamp)",
+ "skypeId": "String"
+}
+```
+
v1.0 Attachment Createuploadsession https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/v1.0/api/attachment-createuploadsession.md
If successful, this method returns a `201 Created` response code and a new [uplo
## Examples
+### Example 1: Create an upload session to add a large attachment to a draft message
The following example shows how to create an upload session that you can use in subsequent file upload operations to the specified message.
-### Request
-
+#### Request
# [HTTP](#tab/http) <!-- {
Content-type: application/json
-
-### Response
+#### Response
> **Note:** The response object shown here might be shortened for readability.
Content-type: application/json
} ```
+### Example 2: Create an upload session to add a large in-line attachment to a draft message
+
+The following example shows how to create an upload session that can be used to add a large inline attachment to a draft message.
+
+For an inline attachment, set _isInline_ property to `true` and use the _contentId_ property to specify a CID for the attachment as shown below. In the body of the draft message, use the same CID value to indicate the position where you want to include the attachment using a CID HTML reference tag, for example `<img src="cid:my_inline_picture">`. Upon successfully uploading the file, the rendered message will include the attachment as part of the message body in the specified location.
+
+#### Request
+
+<!-- {
+ "blockType": "request",
+ "name": "attachment_createuploadsession_inline",
+ "sampleKeys": ["AAMkAGUwNjQ4ZjIxLTQ3Y2YtNDViMi1iZjc4LTMA="]
+}-->
+
+```http
+POST https://graph.microsoft.com/v1.0/me/messages/AAMkAGUwNjQ4ZjIxLTQ3Y2YtNDViMi1iZjc4LTMA=/attachments/createUploadSession
+Content-type: application/json
+
+{
+ "AttachmentItem": {
+ "attachmentType": "file",
+ "name": "scenary",
+ "size": 7208534,
+ "isInline": true,
+ "contentId": "my_inline_picture"
+ }
+}
+```
+#### Response
+
+> **Note:** The response object shown here might be shortened for readability.
+
+<!-- {
+ "blockType": "response",
+ "name": "attachment_createuploadsession_inline",
+ "truncated": true,
+ "@odata.type": "microsoft.graph.uploadSession"
+} -->
+
+```http
+HTTP/1.1 201 Created
+Content-type: application/json
+
+{
+ "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.uploadSession",
+ "uploadUrl": "https://outlook.office.com/api/gv1.0/users('a8e8e219-4931-95c1-b73d-62626fd79c32@72aa88bf-76f0-494f-91ab-2d7cd730db47')/messages('AAMkAGUwNjQ4ZjIxLTQ3Y2YtNDViMi1iZjc4LTMA=')/AttachmentSessions('AAMkAGUwNjQ4ZjIxLTAAA=')?authtoken=eyJhbGciOiJSUzI1NiIsImtpZCI6IjFTeXQ1bXdXYVh5UFJ",
+ "expirationDateTime": "2021-12-27T14:20:12.9708933Z",
+ "nextExpectedRanges": [
+ "0-"
+ ]
+}
+```
+ <!-- uuid: 16cd6b66-4b1a-43a1-adaf-3a886856ed98 2019-02-04 14:57:30 UTC --> <!-- {
v1.0 Chat Post https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/v1.0/api/chat-post.md
Title: "Create chat" description: "Create a new chat object."-+ ms.localizationpriority: medium ms.prod: "microsoft-teams" doc_type: apiPageType
One of the following permissions is required to call this API. To learn more, in
|:|:| |Delegated (work or school account)|Chat.Create, Chat.ReadWrite| |Delegated (personal Microsoft account) | Not supported. |
-|Application | Not supported. |
+|Application | Chat.Create |
## HTTP request
v1.0 Oauth2permissiongrant Delete https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/v1.0/api/oauth2permissiongrant-delete.md
One of the following permissions is required to call this API. To learn more, in
<!-- { "blockType": "ignored" } --> ```http
-DELETE /oAuth2Permissiongrants/{id}
+DELETE /oAuth2PermissionGrants/{id}
``` ## Request headers
v1.0 Printershare Post Jobs https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/v1.0/api/printershare-post-jobs.md
Also creates a new [printDocument](../resources/printDocument.md) associated wit
## Permissions One of the following permissions is required to call this API. To learn more, including how to choose permissions, see [Permissions](/graph/permissions-reference).
-In addition to the following permissions, the user or app's tenant must have an active Universal Print subscription and have a permission that grants [Get printerShare](printerShare-get.md) access. The signed in user must be a [Printer Administrator](/azure/active-directory/users-groups-roles/directory-assign-admin-roles#printer-administrator).
+In addition to the following permissions, the user or app's tenant must have an active Universal Print subscription and have a permission that grants [Get printerShare](printerShare-get.md) access.
|Permission type | Permissions (from least to most privileged) | |:|:--|
v1.0 Usersettings Update https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/v1.0/api/usersettings-update.md
To get the user current settings, see [current user settings](usersettings-get.m
It's also possible to opt-out multiple users from Delve and disable their contribution on content relevancy for the whole organization through a batch request. To learn more, see [JSON batching](/graph/json-batching).
->**Important**: Only members of the [organization management](https://support.office.com/article/permissions-in-the-office-365-security-compliance-center-d10608af-7934-490a-818e-e68f17d0e9c1?ui=en-US&rs=en-US&ad=US) role group can update multiple users.
+>**Important**: Only members of the [organization management](/exchange/permissions/permissions?view=exchserver-2019#role-groups) role group can update multiple users.
v1.0 Attachmentitem https://github.com/microsoftgraph/microsoft-graph-docs/commits/master/api-reference/v1.0/resources/attachmentitem.md
Represents attributes of an item to be attached.
| Property | Type | Description | |:-|:|:| |attachmentType|String| The type of attachment. Possible values are: `file`, `item`, `reference`. Required.|
+|contentId|String| The CID or Content-Id of the attachment for referencing in case of in-line attachments using `<img src="cid:contentId">` tag in HTML messages. Optional.|
|contentType|String|The nature of the data in the attachment. Optional.| |isInline|Boolean|`true` if the attachment is an inline attachment; otherwise, `false`. Optional.| |name|String|The display name of the attachment. This can be a descriptive string and does not have to be the actual file name. Required.|
The following is a JSON representation of the resource.
<!-- { "blockType": "resource", "optionalProperties": [
+ "contentId",
"contentType", "isInline" ],
The following is a JSON representation of the resource.
```json { "attachmentType": "String",
+ "contentId": "String",
"contentType": "String", "isInline": true, "name": "String",
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:
- name: User href: resources/user.md items:
- - name: List users
+ - name: List
href: api/user-list.md
- - name: Create user
+ - name: Create
href: api/user-post-users.md
- - name: Get user
+ - name: Get
href: api/user-get.md
- - name: Update user
+ - name: Update
href: api/user-update.md
- - name: Delete user
+ - name: Delete
href: api/user-delete.md - name: Change password href: api/user-changepassword.md
items:
href: api/accessreviewinstance-resetdecisions.md - name: List decisions href: api/accessreviewinstance-list-decisions.md
- - name: Access review instance decision item
- href: resources/accessreviewinstancedecisionitem.md
- items:
- - name: Get
- href: api/accessreviewinstancedecisionitem-get.md
- - name: List
- href: api/accessreviewinstance-list-decisions.md
- - name: Update
- href: api/accessreviewinstancedecisionitem-update.md
- - name: Filter by current user
- href: api/accessreviewinstancedecisionitem-filterbycurrentuser.md
+ - name: Access review instance decision item
+ href: resources/accessreviewinstancedecisionitem.md
+ items:
+ - name: Get
+ href: api/accessreviewinstancedecisionitem-get.md
+ - name: List
+ href: api/accessreviewinstance-list-decisions.md
+ - name: Update
+ href: api/accessreviewinstancedecisionitem-update.md
+ - name: Filter by current user
+ href: api/accessreviewinstancedecisionitem-filterbycurrentuser.md
- name: Consent requests href: resources/consentrequests-overview.md items: