# User Information

You can search user information with API.


# Query

URL

https://api2.sendcloud.net/api/userinfo/get
1

HTTP Request Method

post    get
1

Parameter Description

parameter type required or not description
apiUser string yes API_USER
apiKey string yes API_KEY

Request Example

http://api2.sendcloud.net/api/userinfo/get?apiUser=***&apiKey=*** 
1

Returned value description

parameter description
restNum Number of remaining mail packets
restFlowSize Excess Flow Size-Number of mail * 200k
email email address
quota request quota
todayUsedQuota today used quota
regTime registration time
reputation reputation
userName user name
accountType account type

Returned Value Example

{
  "result": true,
  "statusCode": 200,
  "message": "request was successful",
  "info": {
    "restNum": 100,
    "restFlowSize": 20000,
    "email": "***",
    "quota": 2500,
    "todayUsedQuota": 2
    "regTime": "2013-03-28",
    "reputation": 50.26,
    "userName": "***",
    "accountType": "paid user",
  }
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Last Updated: 2025/03/25 10:38:59