查看指定用户信息

GET /apiv2/users/{id}.json
调用权限

agent

curl 示例
curl https://{subdomain}.kf5.com/apiv2/users/{id}.json \
  -v -u {email_address}:{password}
返回示例
Status: 200{
  "user": {
    "id":   523,
    "name": "Agent",
    ...  }}