用户

获取我的个人信息 分享链接 /book/api/665.html

作者:王怡栋 最后编辑:宋辰轩 于 2024-08-13 10:30:41 浏览量:13267
GET
/user

获取我的个人信息

请求URL

https://xxx.com/api.php/v1/user

请求头

名称 类型 必填 描述
Token String 认证凭证Token

请求响应

名称 类型 必填 描述
profile object
  ∟  id int 用户编号
  ∟  type string 类型(inside 内部用户 | outside 外部用户)
  ∟  dept int 所属部门
  ∟  account string 用户名
  ∟  realname string 真实姓名
  ∟  nickname string 昵称
  ∟  avatar string 头像
  ∟  birthday date 生日
  ∟  gender string 性别(f 女性 | m 男性)
  ∟  mobile string 手机号码
  ∟  phone string 电话号码
  ∟  weixin string 微信号码
  ∟  address string 住址
  ∟  join date 加入日期
  ∟  admin boolean 是否管理员

响应示例

{
    "profile": {
        "id": 1,
        "company": 0,
        "type": "inside",
        "dept": 0,
        "account": "admin",
        "role": {
            "code": "",
            "name": ""
        },
        "realname": "admin",
        "nickname": "",
        "commiter": "",
        "avatar": "",
        "birthday": null,
        "gender": "f",
        "email": "",
        "skype": "",
        "qq": "",
        "mobile": "",
        "phone": "",
        "weixin": "",
        "dingding": "",
        "slack": "",
        "whatsapp": "",
        "address": "",
        "zipcode": "",
        "nature": "",
        "analysis": "",
        "strategy": "",
        "join": null,
        "visits": 10,
        "ip": "127.0.0.1",
        "last": "2021-11-28T16:31:40Z",
        "fails": 0,
        "locked": null,
        "ranzhi": "",
        "score": 0,
        "scoreLevel": 0,
        "deleted": "0",
        "admin": true
    }
}


评论列表
oyzm 2022-10-14 19:27:20 回复
var settings = {
"url": "http://172.16.2.100/zentao/api.php/v1/tokens",
"method": "POST",
"timeout": 0,
"headers": {
"Content-Type": "application/json",
"Cookie": "device=desktop; lang=zh-cn; theme=default; zentaosid=14rhj7qr73uol37e1pgcq9q5q0"
},
"data": JSON.stringify({
"account": "***",
"password": "***"
}),
};

$.ajax(settings).done(function (response) {
console.log(response);
});

postman:测试返回:{"errcode":401,"errmsg":"\u7f3a\u5c11code\u53c2\u6570"} 禅道测试版本:企业版 4.1.1
回复
当前版本不支持restful格式的api,可以在后台-二次开发-api中查看json类型的api接口。
刘金莲
高级客户经理
17685742391
3784249187
统一服务热线 4006-8899-23
我要提问提问有任何问题,您都可以在这里提问。 问题反馈反馈点击这里,让我们聆听您的建议与反馈。