Create a user

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.

Language
Authorization
Header
Click Try It! to start a request and see the response here!