Skip to content

Commit e845921

Browse files
committed
Small text changes.
1 parent 46d80bb commit e845921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory/external-identities/reset-redemption-status.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ms.collection: engagement-fy23, M365-identity-device-management
1919

2020
# Reset redemption status for a guest user (Preview)
2121

22-
In this article, you'll learn how to update the [guest user's](user-properties.md) sign-in information after they have redeemed your invitation for B2B collaboration. There might be times when you'll need to update their sign-in information, for example when:
22+
In this article, you'll learn how to update the [guest user's](user-properties.md) sign-in information after they've redeemed your invitation for B2B collaboration. There might be times when you'll need to update their sign-in information, for example when:
2323

2424
- The user wants to sign in using a different email and identity provider
2525
- The account for the user in their home tenant has been deleted and re-created
@@ -79,7 +79,7 @@ New-MgInvitation `
7979

8080
### Use Microsoft Graph API to reset redemption status
8181

82-
Using the [Microsoft Graph invitation API](/graph/api/resources/invitation), set the `resetRedemption` property to `true` and specify the new email address in the `invitedUserEmailAddress` property.
82+
To use the [Microsoft Graph invitation API](/graph/api/resources/invitation), set the `resetRedemption` property to `true` and specify the new email address in the `invitedUserEmailAddress` property.
8383

8484
```json
8585
POST https://graph.microsoft.com/beta/invitations

0 commit comments

Comments
 (0)