Microsoft Word · Example Payload

Graph Api Permission Example

DocumentsMicrosoft 365OfficeProductivityWord Processing

Graph Api Permission Example is an example object payload from Microsoft Word, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idroleslinkgrantedTo

Example Payload

Raw ↑
{
  "id": "500123",
  "roles": ["write"],
  "link": {
    "type": "edit",
    "webUrl": "https://contoso-my.sharepoint.com/:w:/p/jsmith/EX1a2b3c4d5e6f",
    "scope": "organization"
  },
  "grantedTo": {
    "user": {
      "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
      "displayName": "John Doe"
    }
  }
}