I'm creating app in aad.portal.azure and succeed integrate with CRM, but I miss one step that I'm creating application user manually through admin.powerplatform.microsoft, how can I create user by code?
note: I'm using nodejs and for authentication I use url
login.microsoftonline.com/${tenantid}/oauth2/v2.0/authorize?client_id=${clientId}&response_type=code&redirect_uri=${redirectUri}&response_mode=query&scope=globaldisco.crm.dynamics.com/.default offline_access
I use scope=globaldisco.crm.dynamics.com/.default because i need to get the crm ApiUrl, but if I use that scope I cant create application user







