HomeGuidesAPI Reference
GuidesAPI ReferenceGitHubAirheads Developer CommunityLog In
API Reference

/system/users

Body Params
authorized_keys
object

Public keys for public key authentication of a user.

string
length ≤ 192

The plaintext password of the user, required for password updates when password complexity is enabled.

string
required
length between 1 and 32

Reference Resource: User
Name of the user.

string
enum

Indicator of whether the user is built-in (system-defined) or configured. Unlike user configured users, built-in users cannot be deleted.

Allowed:
string
length ≤ 192

SHA1 or SHA512 encrypted password of the user. If not set, it indicates that the user is created with an empty password.

string

Reference Resource: User_Group
User group to which the user belongs. If not populated, operators group would be assumed.

Responses
201

Created

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

415

Unsupported Media Type

500

Internal Server Error

501

Not Implemented

503

Service Unavailable

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