v1

latestOpenAPI 3.1.02026-07-241220143.1 KB

PUT /users/{username}/

Change properties of a single user

put/v1/users/{username}/

Path parameters

usernamestring required

Request body

first_namestring

first name

last_namestring

last name

github_usernamestring

github username

passwordstring

password

is_eng_userboolean

is an engineering user with UNIX access

is_posix_userboolean

is a user that has Posix info. NOTE: if is_eng_user is set to 'true' this value is ignored

is_activeboolean

is active and allowed to access LDAP & RADIUS

uidinteger

uid value

gidinteger

gid value

shellstring

default shell

usernamestring

update the username

emailstring

update the user email

Response

200

statusstring

Example response

{
  "status": "ok"
}