Skip to content

Commit c5487e2

Browse files
committed
Other updates regarding invitation APIs
- Remove entry from identity and access overview - Mention in users overview
1 parent bda6e53 commit c5487e2

File tree

6 files changed

+12
-8
lines changed

6 files changed

+12
-8
lines changed

api-reference/beta/resources/identity-network-access-overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Microsoft Entra is a family of identity and network access capabilities that are
2727

2828
## Manage user identities
2929

30-
Users are the main identities in any identity and access solution. You can manage the entire lifecycle of users in your organization, and their entitlements like licenses or group memberships, using Microsoft Graph APIs. For more information, see [Working with users in Microsoft Graph](/graph/api/resources/users).
30+
Users are the main identities in any identity and access solution. You can manage the entire lifecycle of users in your organization, including guests, and their entitlements like licenses or group memberships, using Microsoft Graph APIs. For more information, see [Working with users in Microsoft Graph](/graph/api/resources/users).
3131

3232
## Manage groups
3333

@@ -89,7 +89,6 @@ A core functionality of identity and access management is managing your tenant c
8989
|Force autoacceleration sign-in to skip the username entry screen and automatically forward users to federated sign-in endpoints |[homeRealmDiscoveryPolicy resource type](homerealmdiscoverypolicy.md) resource type and its associated APIs|
9090
| Detect, investigate, and remediate identity-based risks using Microsoft Entra ID Protection and feed the data into security information and event management (SIEM) tools for further investigation and correlation | See [Use the Microsoft Graph identity protection APIs](identityprotection-overview.md) |
9191
| Manage identity providers for Microsoft Entra ID, Microsoft Entra External ID, and Azure AD B2C tenants. You can perform the following operations: <li> Manage identity providers for external identities, including social identity providers, OIDC, Apple, SAML/WS-Fed, and built-in providers <li> Manage configuration for federated domains and token validation | [identityProviderBase resource type](identityproviderbase.md) and its associated APIs |
92-
| Invite external users to collaborate with your tenant by using Microsoft Entra External ID | [invitation resource type](invitation.md) and its associated APIs |
9392
| Stay informed about Microsoft Entra product lifecycle updates, including the product roadmap and change announcements | See <li>[changeItemBase resource type](changeitembase.md) and its associated APIs for product updates <li> [announcement resource type](announcement.md) and its associated APIs for change annoncements <li> [roadmap resource type](roadmap.md) and its associated APIs for product roadmap information |
9493
| Define a group of tenants belonging to your organization and streamline intra-organization cross-tenant collaboration | See [Multitenant organization API overview](multitenantorganization-overview.md) |
9594
| Customize sign-in UIs to match your company branding, including applying branding that's based on the browser language | [organizationalBranding resource type](organizationalbranding.md) and its associated APIs |

api-reference/beta/resources/invitation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "invitation resource type"
3-
description: "Represents an invitation that is used to add external users to an organization as part of Microsoft Entra business-to-business (Microsoft Entra B2B) collaboration."
3+
description: "Represents an invitation that is used to add external users to an organization as part of B2B collaboration in Microsoft Entra External ID."
44
ms.localizationpriority: medium
55
author: "ppolkadots"
66
ms.subservice: "entra-users"
@@ -14,7 +14,7 @@ Namespace: microsoft.graph
1414

1515
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
1616

17-
Represents an invitation that is used to add external users to an organization as part of Microsoft Entra business-to-business (Microsoft Entra B2B) collaboration.
17+
Represents an invitation that is used to add external users to an organization as part of business-to-business (B2B) collaboration in Microsoft Entra External ID.
1818

1919
The invitation process uses the following flow:
2020

api-reference/beta/resources/users.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ You can access users through Microsoft Graph in two ways:
2424

2525
## Common API operations
2626

27+
In Microsoft Graph, users are represented by the [user](../resources/user.md) resource type. The following table lists common operations that you can perform on users.
28+
2729
| Path | Description |
2830
|--|--|
2931
| [`/me`](../api/user-get.md) | Get the signed-in user's details. |
@@ -36,6 +38,7 @@ You can access users through Microsoft Graph in two ways:
3638
| [`/users/{id}/drive`](../api/drive-get.md) | Gets the user's OneDrive file store. |
3739
| [`/users/{id}/memberOf`](../api/user-list-memberof.md) | Lists the groups that the user is a member of. |
3840
| [`/users/{id}/joinedTeams`](../api/user-list-joinedteams.md) | Lists the Microsoft Teams that the user is a member of. |
41+
| [`POST /invitations`](../api/invitation-post.md) | Invite a guest as part of business-to-business (B2B) collaboration in Microsoft Entra External ID |
3942

4043
## Authorization and privileges
4144

api-reference/v1.0/resources/identity-network-access-overview.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Microsoft Entra is a family of identity and network access capabilities that are
2727

2828
## Manage user identities
2929

30-
Users are the main identities in any identity and access solution. You can manage the entire lifecycle of users in your organization, and their entitlements like licenses or group memberships, using Microsoft Graph APIs. For more information, see [Working with users in Microsoft Graph](/graph/api/resources/users).
30+
Users are the main identities in any identity and access solution. You can manage the entire lifecycle of users in your organization, including guests, and their entitlements like licenses or group memberships, using Microsoft Graph APIs. For more information, see [Working with users in Microsoft Graph](/graph/api/resources/users).
3131

3232
## Manage groups
3333

@@ -82,7 +82,6 @@ A core functionality of identity and access management is managing your tenant c
8282
|Force autoacceleration sign-in to skip the username entry screen and automatically forward users to federated sign-in endpoints |[homeRealmDiscoveryPolicy resource type](homerealmdiscoverypolicy.md) resource type and its associated APIs|
8383
| Detect, investigate, and remediate identity-based risks using Microsoft Entra ID Protection and feed the data into security information and event management (SIEM) tools for further investigation and correlation | See [Use the Microsoft Graph identity protection APIs](identityprotection-overview.md) |
8484
| Manage identity providers for Microsoft Entra ID, Microsoft Entra External ID, and Azure AD B2C tenants. You can perform the following operations: <li> Manage identity providers for external identities, including social identity providers, OIDC, Apple, SAML/WS-Fed, and built-in providers <li> Manage configuration for federated domains and token validation | [identityProviderBase resource type](identityproviderbase.md) and its associated APIs |
85-
| Invite external users to collaborate with your tenant by using Microsoft Entra External ID | [invitation resource type](invitation.md) and its associated APIs |
8685
| Define a group of tenants belonging to your organization and streamline intra-organization cross-tenant collaboration | See [Multitenant organization API overview](multitenantorganization-overview.md) |
8786
| Customize sign-in UIs to match your company branding, including applying branding that's based on the browser language | [organizationalBranding resource type](organizationalbranding.md) and its associated APIs |
8887
| User flows for Microsoft Entra External ID in workforce tenants | The following resource types and their associated APIs: <li>[b2xIdentityUserFlow](b2xidentityuserflow.md) to configure the base user flow and its properties such as identity providers <li> [identityUserFlowAttribute](identityuserflowattribute.md) to manage built-in and custom user flow attributes <li> [identityUserFlowAttributeAssignment](identityuserflowattributeassignment.md) to manage user flow attribute assignments <li> [userFlowLanguageConfiguration resource type](userflowlanguageconfiguration.md) to configure custom languages for user flows |

api-reference/v1.0/resources/invitation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "invitation resource type"
3-
description: "Represents an invitation that is used to add external users to an organization as part of Microsoft Entra business-to-business (Microsoft Entra B2B) collaboration."
3+
description: "Represents an invitation that is used to add external users to an organization as part of B2B collaboration in Microsoft Entra External ID."
44
ms.localizationpriority: high
55
author: "ppolkadots"
66
ms.subservice: "entra-users"
@@ -12,7 +12,7 @@ ms.date: 06/05/2024
1212

1313
Namespace: microsoft.graph
1414

15-
Represents an invitation that is used to add external users to an organization as part of Microsoft Entra business-to-business (Microsoft Entra B2B) collaboration.
15+
Represents an invitation that is used to add external users to an organization as part of business-to-business (B2B) collaboration in Microsoft Entra External ID.
1616

1717
The invitation process uses the following flow:
1818

api-reference/v1.0/resources/users.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ You can access users through Microsoft Graph in two ways:
2222

2323
## Common API operations
2424

25+
In Microsoft Graph, users are represented by the [user](../resources/user.md) resource type. The following table lists common operations that you can perform on users.
26+
2527
| Path | Description |
2628
|--|--|
2729
| [`/me`](../api/user-get.md) | Get the signed-in user's details. |
@@ -34,6 +36,7 @@ You can access users through Microsoft Graph in two ways:
3436
| [`/users/{id}/drive`](../api/drive-get.md) | Gets the user's OneDrive file store. |
3537
| [`/users/{id}/memberOf`](../api/user-list-memberof.md) | Lists the groups that the user is a member of. |
3638
| [`/users/{id}/joinedTeams`](../api/user-list-joinedteams.md) | Lists the Microsoft Teams that the user is a member of. |
39+
| [`POST /invitations`](../api/invitation-post.md) | Invite a guest as part of business-to-business (B2B) collaboration in Microsoft Entra External ID |
3740

3841
## Authorization and privileges
3942

0 commit comments

Comments
 (0)