{
  "data": {
    "@odata.context": "https://graph.microsoft.com/v1.0/$metadata#users",
    "value": [
      {
        "id": "efee1b77-fb3b-4f65-99d6-274c11914d12",
        "displayName": "John Doe",
        "givenName": "John",
        "surname": "Doe",
        "mail": "john.doe@contoso.com",
        "userPrincipalName": "john.doe@contoso.com",
        "jobTitle": "Senior Engineer",
        "officeLocation": "Building 2, Office 234",
        "mobilePhone": "+1 (555) 123-4567",
        "businessPhones": [
          "+1 (555) 765-4321"
        ]
      },
      {
        "id": "a1b2c3d4-e5f6-7890-ab12-cd34ef567890",
        "displayName": "Jane Smith",
        "givenName": "Jane",
        "surname": "Smith",
        "mail": "jane.smith@contoso.com",
        "userPrincipalName": "jane.smith@contoso.com",
        "jobTitle": "Product Manager",
        "officeLocation": "Building 1, Office 101",
        "mobilePhone": "+1 (555) 234-5678",
        "businessPhones": [
          "+1 (555) 876-5432"
        ]
      }
    ]
  }
}