Create User using Api call in openstack
Hello ,
I have used the code as shown below , here is the post data that i have sent along with the curl
$post='{"user":{"name":"guru", "email":"guru@guru.com", "enabled":true, "OS-KSADM:password":"password123"}}';
Here i am able to create the user and i can map the user to a specific role and to a particular project also .
I am facing using while login into the dashboard using the user that i have created . Here while creating the user i am passing the raw password . Should i convert into some format before passing ( i.e md5 or any other format).Please help me out int his issue . Or am i doing anything wrong ?????
Your question is a little unclear. Are you saying that you are unable to log in to the dashboard after creating this user? What if you include a
tenantId
value when submitting the create request?...as in this example