Hi,
Yes it is possible - you can access user password policies using the Microsoft Graph API by making a GET request to the /directoryRoles/{id}/passwordPolicies
endpoint, where {id}
is the ID of the directory role for which you want to retrieve the password policy.
Hope this helps.
JS
==
Please Accept the answer if the information helped you. This will help us and others in the community as well.
GET https://graph.microsoft.com/v1.0/directoryRoles/{id}/passwordPolicies