API Reference

Modify the specified user basic information

Changes the information for a single user. An owner should always have web access capability, so
deny to disable web access for an owner.
Only allow to modify password for local_user category user.

Log in to see full request history
Path Params
int32
required
1 to 2147483647

Unique id for a resource in decimal in int32.

Body Params
boolean

SOS capability settings of the user.

boolean

Web access capability settings of the user.

boolean

Status settings of the user.

string

[Added in v3.28.0] Encrypted password with your negotiaged aes_key in base64 encoding, namely base64(aes(your_password)).
The original password also must satisfy the rules specified in your password policy settingon your onpremise system.

string

[Added in v3.28.0] Symmetric encryption iv in base64 encoding.

boolean

[Added in v3.28.0] Request to change the password when next login.

Responses

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