Method: /user/get
...
| language | js |
|---|---|
| title | Parameters |
...
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"error":0,
"result":
{
"id":"user id 1",
"loginName":"John Smith",
"email": "john.smith@acme.com"
}
} |
...
Method: /user/get
...
| language | js |
|---|---|
| title | Parameters |
...
Example:
| Code Block | ||||
|---|---|---|---|---|
| ||||
{
"error":0,
"result":
{
"id":"user id 1",
"loginName":"John Smith",
"email": "john.smith@acme.com"
}
} |
...