Skip to content

Commit 89f26b9

Browse files
authored
Merge pull request #111775 from ljtill/patch-1
Update invite-internal-users.md
2 parents 54880dd + 95b05c8 commit 89f26b9

File tree

1 file changed

+19
-17
lines changed

1 file changed

+19
-17
lines changed

articles/active-directory/b2b/invite-internal-users.md

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -74,27 +74,29 @@ POST https://graph.microsoft.com/v1.0/invitations
7474
Authorization: Bearer eyJ0eX...
7575
ContentType: application/json
7676
{
77-
    "invitedUserEmailAddress": "<<external email>>"",
78-
    "sendInvitationMessage": true,
79-
    "invitedUserMessageInfo": {
80-
        "messageLanguage": "en-US",
81-
        "ccRecipients": [
82-
            {
83-
                "emailAddress": {
84-
                    "name": null,
85-
                    "address": "<<optional additional notification email>>""
86-
                }
87-
            }
88-
        ],
89-
        "customizedMessageBody": "<<custom message>>"
90-
    },
91-
    "inviteRedirectUrl": "https://myapps.microsoft.com?tenantId=",
92-
    "invitedUser": {"id": "<<ID for the user you want to convert>>"}
77+
"invitedUserEmailAddress": "<<external email>>",
78+
"sendInvitationMessage": true,
79+
"invitedUserMessageInfo": {
80+
"messageLanguage": "en-US",
81+
"ccRecipients": [
82+
{
83+
"emailAddress": {
84+
"name": null,
85+
"address": "<<optional additional notification email>>"
86+
}
87+
}
88+
],
89+
"customizedMessageBody": "<<custom message>>"
90+
},
91+
"inviteRedirectUrl": "https://myapps.microsoft.com?tenantId=",
92+
"invitedUser": {
93+
"id": "<<ID for the user you want to convert>>"
94+
}
9395
}
9496
```
9597

9698
The response to the API is the same response you get when you invite a new guest user to the directory.
9799

98100
## Next steps
99101

100-
- [B2B collaboration invitation redemption](redemption-experience.md)
102+
- [B2B collaboration invitation redemption](redemption-experience.md)

0 commit comments

Comments
 (0)