Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Content-type: application/json


{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#/conditionalAccess/authenticationContextClassReferences",
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#/conditionalAccess/authenticationContextClassReferences",
"value": [
{
"id": "c1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ The following example shows a request.
}
-->
``` http
PATCH https://graph.microsoft.com/beta/policies/crossTenantAccessPolicy/partners/90e29127-71ad-49c7-9ce8-db3f41ea06f1
PATCH https://graph.microsoft.com/v1.0/policies/crossTenantAccessPolicy/partners/90e29127-71ad-49c7-9ce8-db3f41ea06f1
Content-Type: application/json

{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ This example shows creating a connected organization with an identity source bas
}
-->
``` http
POST https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/connectedOrganizations/
POST https://graph.microsoft.com/v1.0/identityGovernance/entitlementManagement/connectedOrganizations/
Content-Type: application/json

{
Expand Down Expand Up @@ -222,7 +222,7 @@ HTTP/1.1 201 Created
Content-type: application/json

{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#identityGovernance/entitlementManagement/connectedOrganizations/$entity",
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#identityGovernance/entitlementManagement/connectedOrganizations/$entity",
"id": "922c86cf-65b8-4d94-b6a6-477dde331c7b",
"displayName": "Connected organization name",
"description": "Connected organization description",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The following example shows a request.
-->

```msgraph-interactive
GET https://graph.microsoft.com/beta/external/connections/contosohr/items/TSP228082938
GET https://graph.microsoft.com/v1.0/external/connections/contosohr/items/TSP228082938
```

# [C#](#tab/csharp)
Expand Down
2 changes: 1 addition & 1 deletion api-reference/v1.0/api/filestoragecontainer-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ The following example shows a request.
}
-->
``` http
PATCH https://graph.microsoft.com/beta/storage/fileStorage/containers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z
PATCH https://graph.microsoft.com/v1.0/storage/fileStorage/containers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z
Content-Type: application/json

{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ If successful, this method returns a `204 No Content` response code.
-->

``` http
DELETE https://graph.microsoft.com/beta/identity/b2xUserFlows/B2X_1_Partner/userAttributeAssignments/City
DELETE https://graph.microsoft.com/v1.0/identity/b2xUserFlows/B2X_1_Partner/userAttributeAssignments/City
```

# [C#](#tab/csharp)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ HTTP/1.1 200 OK
Content-Type: application/json

{
"@odata.context": "https://graph.microsoft.com/beta$metadata#microsoft.graph.assignmentOrder",
"@odata.context": "https://graph.microsoft.com/v1.0$metadata#microsoft.graph.assignmentOrder",
"order": [
"extension_GUID_ShoeSize",
"City"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ HTTP/1.1 200 OK
Content-Type: application/json

{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#learningProviders('13727311-e7bb-470d-8b20-6a23d9030d70')/learningContents",
"@odata.nextLink": "https://graph.microsoft.com/beta/$metadata#learningProviders('13727311-e7bb-470d-8b20-6a23d9030d70')/learningContents?skip=2&top=2",
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#learningProviders('13727311-e7bb-470d-8b20-6a23d9030d70')/learningContents",
"@odata.nextLink": "https://graph.microsoft.com/v1.0/$metadata#learningProviders('13727311-e7bb-470d-8b20-6a23d9030d70')/learningContents?skip=2&top=2",
"@odata.count": 10,
"value": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The following example shows a request.
"sampleKeys": ["2f39ffba-51ca-4d2d-a66f-a020a83ce208"]
}-->
```msgraph-interactive
GET https://graph.microsoft.com/beta/users/2f39ffba-51ca-4d2d-a66f-a020a83ce208/licenseDetails/getTeamsLicensingDetails
GET https://graph.microsoft.com/v1.0/users/2f39ffba-51ca-4d2d-a66f-a020a83ce208/licenseDetails/getTeamsLicensingDetails
```

# [C#](#tab/csharp)
Expand Down Expand Up @@ -104,7 +104,7 @@ HTTP/1.1 200 OK
Content-type: application/json

{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#microsoft.graph.teamsLicensingDetails",
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#microsoft.graph.teamsLicensingDetails",
"hasTeamsLicense": true
}
```
Expand Down
2 changes: 1 addition & 1 deletion api-reference/v1.0/api/messagerule-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ HTTP/1.1 200 OK
Content-type: application/json

{
"@odata.context":"https://graph.microsoft.com/beta/$metadata#Me/mailFolders('inbox')/messageRules/$entity",
"@odata.context":"https://graph.microsoft.com/v1.0/$metadata#Me/mailFolders('inbox')/messageRules/$entity",
"id":"AQAAAJ5dZqA=",
"displayName":"From partner",
"sequence":2,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ The following example shows a request that adds Google as identity provider opti
}
-->
```http
POST https://graph.microsoft.com/beta/identity/authenticationEventsFlows/0313cc37-d421-421d-857b-87804d61e33e/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref
POST https://graph.microsoft.com/v1.0/identity/authenticationEventsFlows/0313cc37-d421-421d-857b-87804d61e33e/microsoft.graph.externalUsersSelfServiceSignUpEventsFlow/onAuthenticationMethodLoadStart/microsoft.graph.onAuthenticationMethodLoadStartExternalUsersSelfServiceSignUp/identityProviders/$ref

{
"@odata.id": "https://graph.microsoft.com/beta/identityProviders/Google-OAUTH"
"@odata.id": "https://graph.microsoft.com/v1.0/identityProviders/Google-OAUTH"
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ HTTP/1.1 200 OK
Content-Type: application/json

{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#directory/onPremisesSynchronization/$entity",
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#directory/onPremisesSynchronization/$entity",
"id": "12cce4b4-4ab8-40b7-be4d-f5d7742ec185",
"configuration": {
"accidentalDeletionPrevention": {
Expand Down
2 changes: 1 addition & 1 deletion api-reference/v1.0/api/reportroot-getteamsteamcounts.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ The following example shows a request.
}-->

```msgraph-interactive
GET https://graph.microsoft.com/beta/reports/getTeamsTeamCounts(period='D7')?$format=text/csv
GET https://graph.microsoft.com/v1.0/reports/getTeamsTeamCounts(period='D7')?$format=text/csv
```

# [C#](#tab/csharp)
Expand Down
2 changes: 1 addition & 1 deletion api-reference/v1.0/api/riskyserviceprincipal-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
<!-- { "blockType": "permissions", "name": "riskyserviceprincipal_get" } -->
[!INCLUDE [permissions-table](../includes/permissions/riskyserviceprincipal-get-permissions.md)]

[!INCLUDE [rbac-identity-protection-apis-read](../../beta/includes/rbac-for-apis/rbac-identity-protection-apis-read.md)]
[!INCLUDE [rbac-identity-protection-apis-read](../../v1.0/includes/rbac-for-apis/rbac-identity-protection-apis-read.md)]

## HTTP request

Expand Down
2 changes: 1 addition & 1 deletion api-reference/v1.0/api/serviceprincipal-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ HTTP/1.1 200 OK
Content-type: application/json

{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#servicePrincipals(id,appId,displayName,appRoles,publishedPermissionScopes)/$entity",
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#servicePrincipals(id,appId,displayName,appRoles,publishedPermissionScopes)/$entity",
"id": "7408235b-7540-4850-82fe-a5f15ed019e2",
"appId": "00000003-0000-0000-c000-000000000000",
"displayName": "Microsoft Graph",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ The following example shows how to retrieve a list of **sharePointMigrationEvent
}
-->
``` http
GET https://graph.microsoft.com/beta/storage/fileStorage/containers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z/migrationJobs/7b04bfdd-5f8c-4bd9-97faa166a7922c61/progressEvents
GET https://graph.microsoft.com/v1.0/storage/fileStorage/containers/b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z/migrationJobs/7b04bfdd-5f8c-4bd9-97faa166a7922c61/progressEvents
```

### Response
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ HTTP/1.1 202 Accepted
Content-Type: application/scim+json
client-request-id: 92cd10f6-fcc3-5d61-098e-a6dd35e460ef
content-length: "0"
location: "https://graph.microsoft.com/beta/auditLogs/provisioning/?$filter=jobid%20eq%20'API2AAD.b16687d38faf42adb29892cdcaf01c6e.1a03de52-b9c3-4e2c-a1e3-9145aaa8e530'"
location: "https://graph.microsoft.com/v1.0/auditLogs/provisioning/?$filter=jobid%20eq%20'API2AAD.b16687d38faf42adb29892cdcaf01c6e.1a03de52-b9c3-4e2c-a1e3-9145aaa8e530'"
request-id: beeb9ea0-f7e4-4fe7-8507-cd834c88f18b

{}
Expand Down Expand Up @@ -426,7 +426,7 @@ HTTP/1.1 202 Accepted
Content-Type: application/scim+json
client-request-id: 92cd10f6-fcc3-5d61-098e-a6dd35e460ef
content-length: "0"
location: "https://graph.microsoft.com/beta/auditLogs/provisioning/?$filter=jobid%20eq%20'API2AAD.b16687d38faf42adb29892cdcaf01c6e.1a03de52-b9c3-4e2c-a1e3-9145aaa8e530'"
location: "https://graph.microsoft.com/v1.0/auditLogs/provisioning/?$filter=jobid%20eq%20'API2AAD.b16687d38faf42adb29892cdcaf01c6e.1a03de52-b9c3-4e2c-a1e3-9145aaa8e530'"
request-id: beeb9ea0-f7e4-4fe7-8507-cd834c88f18b

{}
Expand Down Expand Up @@ -490,7 +490,7 @@ HTTP/1.1 202 Accepted
Content-Type: application/scim+json
client-request-id: 92cd20f6-fcc3-5d61-098e-a6dd35e460ef
content-length: "0"
location: "https://graph.microsoft.com/beta/auditLogs/provisioning/?$filter=jobid%20eq%20'API2AAD.b16687d38faf42adb29892cdcaf01c6e.1a03de52-b9c3-4e2c-a1e3-9145aaa8e530'"
location: "https://graph.microsoft.com/v1.0/auditLogs/provisioning/?$filter=jobid%20eq%20'API2AAD.b16687d38faf42adb29892cdcaf01c6e.1a03de52-b9c3-4e2c-a1e3-9145aaa8e530'"
request-id: beec9ea0-f7e4-4fe7-8507-cd834c88f18b

{}
Expand Down
2 changes: 1 addition & 1 deletion api-reference/v1.0/api/team-sendactivitynotification.md
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ Content-Type: application/json
{
"topic": {
"source": "entityUrl",
"value": "https://graph.microsoft.com/beta/teams/{teamId}/channels/{channelId}/messages/{messageId}/replies/{replyId}"
"value": "https://graph.microsoft.com/v1.0/teams/{teamId}/channels/{channelId}/messages/{messageId}/replies/{replyId}"
},
"activityType": "reservationStatusUpdated",
"previewText": {
Expand Down
2 changes: 1 addition & 1 deletion api-reference/v1.0/api/teamwork-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ HTTP/1.1 200 OK
Content-type: application/json

{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#teamwork",
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#teamwork",
"id": "teamwork",
"isTeamsEnabled": true,
"region": "Americas"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ Content-Type: application/json
"minimumLifetimeInMinutes": 60,
"maximumLifetimeInMinutes": 480,
"isUsableOnce": false,
"includeTargets@odata.context": "https://graph.microsoft.com/beta/$metadata#policies/authenticationMethodsPolicy/authenticationMethodConfigurations('TemporaryAccessPass')/microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration/includeTargets",
"includeTargets@odata.context": "https://graph.microsoft.com/v1.0/$metadata#policies/authenticationMethodsPolicy/authenticationMethodConfigurations('TemporaryAccessPass')/microsoft.graph.temporaryAccessPassAuthenticationMethodConfiguration/includeTargets",
"includeTargets": [
{
"targetType": "group",
Expand Down
2 changes: 1 addition & 1 deletion api-reference/v1.0/api/todotask-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ HTTP/1.1 200 OK
Content-Type: application/json

{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#tasks/$entity",
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#tasks/$entity",
"@odata.etag": "W/\"s8/ERWT3WEeFpBGD0bDgAA+TWq9g==\"",
"importance": "low",
"isReminderOn": false,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ The following example shows a request.
}
-->
```msgraph-interactive
GET https://graph.microsoft.com/beta/policies/roleManagementPolicyAssignments/Group_60bba733-f09d-49b7-8445-32369aa066b3_f21b26d9-9ff9-4af1-b1d4-bddf28591369_member
GET https://graph.microsoft.com/v1.0/policies/roleManagementPolicyAssignments/Group_60bba733-f09d-49b7-8445-32369aa066b3_f21b26d9-9ff9-4af1-b1d4-bddf28591369_member
```

# [C#](#tab/csharp)
Expand Down
2 changes: 1 addition & 1 deletion api-reference/v1.0/api/user-post-approleassignments.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ HTTP/1.1 200 OK
Content-type: application/json

{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#users('cde330e5-2150-4c11-9c5b-14bfdc948c79')/appRoleAssignments/$entity",
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users('cde330e5-2150-4c11-9c5b-14bfdc948c79')/appRoleAssignments/$entity",
"id": "5TDjzVAhEUycWxS_3JSMeY-oHkjrWvBKi7aIZwYGQzg",
"deletedDateTime": null,
"appRoleId": "00000000-0000-0000-0000-000000000000",
Expand Down
2 changes: 1 addition & 1 deletion api-reference/v1.0/api/userflowlanguagepage-delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The following example shows a request.
-->

```http
DELETE https://graph.microsoft.com/beta/identity/b2xUserFlows/B2X_1_Partner/languages/en/overridesPages/selfasserted1_1/$value
DELETE https://graph.microsoft.com/v1.0/identity/b2xUserFlows/B2X_1_Partner/languages/en/overridesPages/selfasserted1_1/$value
```

# [C#](#tab/csharp)
Expand Down
2 changes: 1 addition & 1 deletion api-reference/v1.0/resources/azure-ad-auditlog-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Here are popular requests for working with report data:
|--|--|
| GET tenant user activities | [https://graph.microsoft.com/v1.0/auditLogs/directoryAudits](https://developer.microsoft.com/graph/graph-explorer?request=auditLogs/directoryAudits&version=v1.0) |
| GET custom security attribute audit logs | [https://graph.microsoft.com/v1.0/auditLogs/customSecurityAttributeAudits](https://developer.microsoft.com/graph/graph-explorer?request=auditLogs/customSecurityAttributeAudits&version=v1.0) |
| GET tenant sign-ins | [https://graph.microsoft.com/beta/auditLogs/signIns](https://developer.microsoft.com/graph/graph-explorer?request=auditLogs/signIns&version=v1.0) |
| GET tenant sign-ins | [https://graph.microsoft.com/v1.0/auditLogs/signIns](https://developer.microsoft.com/graph/graph-explorer?request=auditLogs/signIns&version=v1.0) |

## License requirements

Expand Down
2 changes: 1 addition & 1 deletion api-reference/v1.0/resources/fieldvalueset.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The server returns lookup values if your request includes a `select` statement w
Example:

```http
GET https://graph.microsoft.com/beta/sites/{site-id}/lists/{list-id}/items?expand=fields(select=Author,BookTitle,PageCount)
GET https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id}/items?expand=fields(select=Author,BookTitle,PageCount)
```

You may request up to 12 lookup fields in a single query, plus any number of regular fields.
Expand Down
2 changes: 0 additions & 2 deletions api-reference/v1.0/resources/intune-enrollment-conceptual.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ ms.date: 04/18/2024

Namespace: microsoft.graph

> **Important:** APIs under the /beta version in Microsoft Graph are in preview and are subject to change. Use of these APIs in production applications is not supported.

> **Note:** The Microsoft Graph API for Intune requires an [active Intune license](https://go.microsoft.com/fwlink/?linkid=839381) for the tenant.

You can enroll organization-owned or corporate-owned devices to manage with Intune in a variety of ways, depending on the type of device, how the device was purchased, and the needs of the organization. You also can install the Company Portal app to enroll and manage corporate-owned devices, like in a "bring your own device" (BYOD) scenario.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Namespace: microsoft.graph.security

Represents a single group for the same type of retention events.

When a [retention event](../resources/security-retentionevent.md) is created, it's associated with a specific event type that in turn is associated with a [retention label](/graph/api-reference/beta/resources/security-retentionlabel.md). Only content with that retention label applied will be retained for the specified retention period.
When a [retention event](../resources/security-retentionevent.md) is created, it's associated with a specific event type that in turn is associated with a [retention label](/graph/api-reference/v1.0/resources/security-retentionlabel.md). Only content with that retention label applied will be retained for the specified retention period.
For details, see [Start retention when an event occurs](/microsoft-365/compliance/event-driven-retention).


Expand Down
Loading