Microsoft Graph Identity Service Principal Update Example

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

Microsoft Graph Identity Service Principal Update Example is an example object payload from Microsoft Azure Active Directory, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

accountEnabledappRoleAssignmentRequireddisplayNamehomepageloginUrllogoutUrlnotificationEmailAddressesreplyUrlstags

Example Payload

Raw ↑
{
  "accountEnabled": true,
  "appRoleAssignmentRequired": true,
  "displayName": "example_value",
  "homepage": "example_value",
  "loginUrl": "https://www.example.com",
  "logoutUrl": "https://www.example.com",
  "notificationEmailAddresses": "user@example.com",
  "replyUrls": "https://www.example.com",
  "tags": []
}