For obtaining user information|Request URL#
|Request Method#
|Request Parameter#
| Field | Parameter | Type | Required | Description |
|---|
| APPID | appid | String | Yes | Application Client Id |
| Timestamp | gntime | String | Yes | The current UNIX timestamp |
| Signature | gntoken | String | Yes | Signature string. For details, please refer to the Signature Method page. |
|Response Data#
| Field | Parameter | Type | Description |
|---|
| return code | code | Integer | returned status code |
| return description | msg | String | description of the return request operation |
| return data | data | Object | return response data |
|Return Data#
| Field | Parameter | Type | Description |
|---|
| user ID | uid | Integer | user ID |
| user account | email | String | user account |
| user role | role | String | user role: 'user' = user, 'agent' = agent |
|Response Demo#
{
"code": 1,
"msg": "OK",
"data": {
"uid": "1xxxxx",
"email": "your@email",
"role": "agent"
}
}
Modified at 2026-05-06 13:10:57