GET /musikbot/user/{id}

Path parameters

  • id integer(int64) Required

    id

Responses

  • 200

    Ok

    Hide response attributes Show response attributes object
    • id integer
    • username string
    • email string
    • storage integer
    • bots integer
    • enabled integer
    • updated string
    • created string
GET /musikbot/user/{id}
curl \
 -X GET https://api.famesystems.de/musikbot/user/{id} \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "id": "1",
  "username": "string",
  "email": "string",
  "storage": "68983114",
  "bots": "1",
  "enabled": "1",
  "updated": "2022-07-30 21:24:38",
  "created": "2022-06-29 20:33:42"
}
Response examples (200)
{
  "id": "1",
  "username": "string",
  "email": "string",
  "storage": "68983114",
  "bots": "1",
  "enabled": "1",
  "updated": "2022-07-30 21:24:38",
  "created": "2022-06-29 20:33:42"
}