Skip to content

Instantly share code, notes, and snippets.

@ian-nevda
Created June 10, 2020 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ian-nevda/a691f07f206b9fe8fc0539f56034a2cf to your computer and use it in GitHub Desktop.
Save ian-nevda/a691f07f206b9fe8fc0539f56034a2cf to your computer and use it in GitHub Desktop.
{
"Id": "6f90e753-33d4-4ca9-ba02-02dfcfaf486a",
"InvitedUserDisplayName": "example",
"InvitedUserEmailAddress": "example@gmail.com",
"SendInvitationMessage": true,
"InviteRedeemUrl": "https://login.example.com",
"InviteRedirectUrl": "https://myapps.microsoft.com/",
"InvitedUser": {
"Id": "26ab6d6e-60fc-4121-9d61-d788d6751fbc",
"OdataType": null
},
"InvitedUserMessageInfo": {
"CcRecipients": [
"class Recipient {\n EmailAddress: class EmailAddress {\n Name: \n Address: \n}\n\n}\n"
],
"CustomizedMessageBody": null,
"MessageLanguage": null
},
"InvitedUserType": "Guest",
"Status": "PendingAcceptance"
}
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"InvitedUserDisplayName": {
"type": "string"
},
"InvitedUserEmailAddress": {
"type": "string"
},
"SendInvitationMessage": {
"type": "boolean"
},
"InviteRedeemUrl": {
"type": "string"
},
"InviteRedirectUrl": {
"type": "string"
},
"InvitedUser": {
"type": "object",
"properties": {
"Id": {
"type": "string"
},
"OdataType": "string"
}
},
"InvitedUserMessageInfo": {
"type": "object",
"properties": {
"CcRecipients": {
"type": "array",
"items": {
"type": "string"
}
},
"CustomizedMessageBody": "string",
"MessageLanguage": "string"
}
},
"InvitedUserType": {
"type": "string"
},
"Status": {
"type": "string"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment