Create a new user

Creates a new user. Supports the creation of local users, AD users/AD groups and SSO users.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Create local_user request body.

string
required
length ≤ 128

User email.

password
required
length between 8 and 64

It will be obsolete in later version, you should use encrypted_pwd field instead of the field.
Password, minimum eight characters, at least one letter, one number and one special character.

boolean

Request to change the password when next login.

string
enum
required

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

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

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

string
enum
required

For creating user, only local_user category can be allowed.

  • local_user - general user
Allowed:
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
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json