
🇺🇸 English

🇺🇸 English
- Competition
- Users
- Problem
- SubmitRecords
- Discussion
- Administrator
- Competition
- Problem
- Users
- Get IP StatisticsGET
- LoginGET
- Get rankingGET
- Get captchaGET
- Verify user infoGET
- SSE Notice ServiceGET
- RegisterPOST
Get user info
GET
http://127.0.0.1:37881/api/v1/users/{username}
Last modified:2025-01-13 17:01:59
Request
Path Params
username
string
required
Responses
🟢200OK
application/json
Body
Info
object
required
uid
integer
required
avatar
string
required
username
string
required
email
string
required
synopsis
string
required
score
integer
required
create_at
string
required
role
integer
required
isBan
boolean
required
Example
{
"Info": {
"uid": 1,
"avatar": "1.png",
"username": "Admin",
"email": "245922575@qq.com",
"synopsis": "123",
"score": 0,
"create_at": "2024-07-26T16:47:31.482+08:00",
"role": 1,
"isBan": false
}
}