Skip to main content
POST
Create a new user in the admin system. Users get 15 credits when created. When plan set to 'sdk' with a valid institution (your digital twin _id), user is automatically enrolled into the instance

Authorizations

x-access-token
string
header
required

JWT token passed in x-access-token header

Body

application/json
email
string<email>
required
fname
string
required
lname
string
required
status
enum<string>
required
Available options:
active,
inactive
plan
enum<string>
required
Available options:
free,
sdk
accountType
enum<string>
required
Available options:
user,
admin
password
string
required
institution
string
required
credits
integer
picture
string<uri>
remember_history_count
integer
mustChangePassword
boolean

Response

201 - application/json

User created successfully

success
boolean
id
string
message
string