获取HR账号
最后更新于 2023/09/07 阅读数 77
获取HR账号
获取本公司所有HR账号
Get HR Account
Method:GET
Path:/accounts
Headers
Key | Required | Type | Description |
---|---|---|---|
token | Yes | string | 令牌 |
Response data
Key | Describe |
---|---|
id | 发布人id |
company_id | 公司id |
mobile | 电话 |
邮箱 | |
user_name | 名字 |
create_time | 创建时间 |
update_time | 更新时间 |
status | 状态 |
Response
{
"code": 0,
"message": "",
"data": [
{
"id": 82752,
"mobile": "15000000000",
"email": "publisher1@moseeker.com",
"user_name": "发布人1",
"create_time": "2016-07-20 14:31:05",
"update_time": "2020-05-13 15:21:37",
"status": "有效"
},
{
"id": 82780,
"mobile": "13111111111",
"email": "publisher20@dqprism.com",
"user_name": "发布人2",
"create_time": "2016-08-01 15:17:19",
"update_time": "2020-04-16 13:36:09",
"status": "有效"
}
]
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
plaintext2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
评价这篇文档
有帮助
没帮助