Just want to ask how we can create a user using Asgardeo User Management API without providing a password?
Basically we want to replicate this flow but instead of manually doing it on the console, we want to do it from the User Management API. enter image description here
Here are some of the Endpoints that we tested
POST https://api.asgardeo.io/t/asgardeo/scim2 /Users
POST https://api.asgardeo.io/t/asgardeo/scim2 /Bulk
The password field seems to be a required field.