Microsoft Entra · Schema

PasswordProfile

Contains the password profile associated with a user. The passwordProfile property of the user entity is a passwordProfile object.

Access ManagementAuthenticationAzure ADEntraIdentityIdentity GovernanceMicrosoftNetwork SecuritySecurityZero Trust

Properties

Name Type Description
password string The password for the user. Must satisfy the password complexity requirements of the tenant. Required on create.
forceChangePasswordNextSignIn boolean true if the user must change the password on the next sign-in; false otherwise
forceChangePasswordNextSignInWithMfa boolean true if the user must perform multi-factor authentication before being forced to change the password
View JSON Schema on GitHub