@Datta Pawar If you want to automate B2C features you may consider using Graph API for that purpose as well. You can refer to the graph calls available in the docs below:
- https://learn.microsoft.com/en-us/graph/api/resources/trustframeworkkeyset?view=graph-rest-beta
- https://learn.microsoft.com/en-us/graph/api/resources/identityuserflow?view=graph-rest-beta
- https://learn.microsoft.com/en-us/azure/active-directory-b2c/manage-user-accounts-graph-api
At this time PowerShell cmdlets are available for custom policies only.
-----------------------------------------------------------------------------------------------------------
Please "Accept as answer" wherever the information provided helps you to help others in the community.