Create a User
Endpoint
Request
curl --request POST \
--user "[email protected]:Mb2.r5oHf-0t" \
--header "Content-Type: application/json" \
--data-binary '{
"properties":{
"username": "newuser",
"password": "pwMin10Chars"
}
}' \Response
Last updated
Was this helpful?