Microsoft Graph Identity Password Profile Example

AuthenticationAuthorizationIdentityMicrosoftMicrosoft EntraOAuthOpenID ConnectSAMLSCIMSingle Sign-OnZero Trust

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

Top-level fields

forceChangePasswordNextSignInforceChangePasswordNextSignInWithMfapassword

Example Payload

Raw ↑
{
  "forceChangePasswordNextSignIn": true,
  "forceChangePasswordNextSignInWithMfa": true,
  "password": "example_value"
}