API Reference

Create a new user

Creates a new user, currently just support to create a new gateway user.

Log in to see full request history
Body Params
string
required
length ≤ 128

User email.

password
required
length ≤ 64

Password, minimum eight characters, at least one letter, one number and one special character:.

boolean

Require to change password when user login

string
required

For creating user, only member or admin role can be allowed.

  • member - member
  • admin - team administrator
int32
0 to 2147483647

The ID of the group the user is associated. For default group, its group id is 0.

string
required

For creating user, only local_user category can be allowed.

  • local_user - general user
boolean

SOS capability settings of the user, false by default.

boolean

Web access capability settings of the user, false by default.

boolean

Status settings of the user, false by default.

Responses

Language
Credentials
OAuth2
URL
Click Try It! to start a request and see the response here! Or choose an example:
application/json