<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D51Y0000AFsHUKSQ3Okta Classic EngineAdministrationAnswered2026-04-01T09:00:20.000Z2021-01-11T12:04:11.000Z2021-01-11T15:55:31.000Z
Is there a way to confirm which password policies being applied to a user account by API?

Is there a way to identify what password policy is being applied to an existing user?

 

Example:

  1. user A is using password policy 1 and is currently active
  2. user A has now been added to a new group which contains password policy 2

 

User A is still currently using password policy 1 with there existing password set, how do you identify the user is still currently password policy 1 and not password policy 2 even though they have this group?

 

Until the user resets there password after being added to the new group which contains password policy 2 would they be using the new policy. but there is no way to identify this.


  • k5fuw (k5fuw)

    If you know the date/time that User A was assigned to password policy 2 (when User A was added to the new group), you can compare that to the passwordChanged timestamp on User A's Okta account (assuming User A is an Okta-mastered user and not synchronized from Active Directory).

This question is closed.
Loading
Is there a way to confirm which password policies being applied to a user account by API?