Skip to content

Commit a581338

Browse files
Merge pull request #220755 from msmimart/mm-resetre
[EXID] Update reset-redemption-status: Helpdesk Administrator role and version update
2 parents 59b06c9 + c998387 commit a581338

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services: active-directory
77
ms.service: active-directory
88
ms.subservice: B2B
99
ms.topic: how-to
10-
ms.date: 11/28/2022
10+
ms.date: 12/07/2022
1111

1212
ms.author: mimart
1313
author: msmimart
@@ -32,7 +32,7 @@ To manage these scenarios previously, you had to manually delete the guest user
3232

3333
To reset a user's redemption status, you'll need one of the following roles:
3434

35-
- [Guest Inviter](../roles/permissions-reference.md#guest-inviter) (least privileged)
35+
- [Helpdesk Administrator](../roles/permissions-reference.md#helpdesk-administrator) (least privileged)
3636
- [User Administrator](../roles/permissions-reference.md#user-administrator)
3737
- [Global Administrator](../roles/permissions-reference.md#global-administrator)
3838

@@ -76,7 +76,7 @@ If a user wants to sign in using a different email:
7676

7777
```powershell
7878
Install-Module Microsoft.Graph
79-
Select-MgProfile -Name beta
79+
Select-MgProfile -Name v1.0
8080
Connect-MgGraph -Scopes "User.ReadWrite.All"
8181
8282
$user = Get-MgUser -Filter "startsWith(mail, '[email protected]')"
@@ -93,7 +93,7 @@ New-MgInvitation `
9393
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.
9494

9595
```json
96-
POST https://graph.microsoft.com/beta/invitations
96+
POST https://graph.microsoft.com/v1.0/invitations
9797
Authorization: Bearer eyJ0eX...
9898
ContentType: application/json
9999
{

0 commit comments

Comments
 (0)