Microsoft Graph Identity Service Principal Create Example

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

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

Top-level fields

appIddisplayNameaccountEnabledappRoleAssignmentRequiredtagsnotificationEmailAddresses

Example Payload

Raw ↑
{
  "appId": "500123",
  "displayName": "example_value",
  "accountEnabled": true,
  "appRoleAssignmentRequired": true,
  "tags": [],
  "notificationEmailAddresses": "user@example.com"
}