Microsoft Graph b2cIdentityUserFlow resource: no way to set the UI cutsomization via the API
In many cases a company using Azure AD B2C wants to customize the user flow's UI e.g. prefill some fields or hide certain sections or pages (e.g. when doing signup via phone it is not necessary to ask a user to fill the country code if the product is built only for Australia).
It is currently possible to customize the B2C user flow's HTML page https://docs.microsoft.com/en-us/azure/active-directory-b2c/customize-ui-with-html?pivots=b2c-user-flow only. While this is a viable option, the automation is much preferred, especially for a company having multiple tenants and environments. Although the Graph API allows https://docs.microsoft.com/en-us/graph/api/identitycontainer-post-b2cuserflows?view=graph-rest-beta&tabs=http, it https://docs.microsoft.com/en-us/graph/api/resources/b2cidentityuserflow?view=graph-rest-beta to set the "Custom Page URI". It would be very useful to add the "Custom page URI" property to the b2cIdentityUserFlow resource so that a user flow with a Custom UI could be programmatically created.