v1

latestOpenAPI 3.1.02026-07-241220143.1 KB

GET /users/{username}/

Get properties of a single user

get/v1/users/{username}/

Path parameters

usernamestring required

username

Response

200

statusstring

Example response

{
  "status": "ok",
  "data": {
    "username": "aren",
    "is_eng_user": true,
    "gid": 1001,
    "uid": 1001,
    "last_name": "Sandersen",
    "active": true,
    "first_name": "Aren"
  }
}