post https://app.vwo.com/api/v2/accounts//users
Request URI for Sub Account
POST /accounts/1/users
{
"name": "Test via API",
"email": "[email protected]",
"password": "*password*",
"confirmPassword": "*password*",
"phone": "9999988877",
"country": "India",
"department": "Software Engineering",
"title": "API Evangelist",
"permission": "Admin"
}
Create User in a workspace.