Invite a guest user
POST https://graph.microsoft.com/v1.0/invitations
Invite Azure AD B2B Guest User using Delegated Permission
Request Body
{"invitedUserDisplayName"=>"<Display Name of Invited User>", "invitedUserEmailAddress"=>"<Email Address of Invited User>", "invitedUserMessageInfo"=>{"messageLanguage"=>"en-US", "ccRecipients"=>[{"emailAddress"=>{"name"=>"<Optional CC for Invitation>", "address"=>"<Optional CC Email Address for Invitation>"}}], "customizedMessageBody"=>"Hi, you have just been invited to Azure AD with Postman using Microsoft Graph!"}, "sendInvitationMessage"=>true, "inviteRedirectUrl"=>"https://myapps.microsoft.com"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |