员工转用户
开发中
GET
请求参数
Body 参数application/json
job_number
string
工号
login_account
string
登录账号
username
string
用户名
phone
string
手机号
email
string
邮箱
id_no
string
证件号
birthday
string
出生日期
sex
enum<integer>
性别
枚举值:
012
默认值:
0
organization_id
string
组织id
employee_id
string
员工id
id_type
enum<integer>
证件类型
枚举值:
12
默认值:
1
示例
{
"job_number": "string",
"login_account": "string",
"username": "string",
"phone": "string",
"email": "string",
"id_no": "string",
"birthday": "string",
"sex": 0,
"organization_id": "string",
"employee_id": "string",
"id_type": 1
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '' \
--header 'Content-Type: application/json' \
--data-raw '{
"job_number": "string",
"login_account": "string",
"username": "string",
"phone": "string",
"email": "string",
"id_no": "string",
"birthday": "string",
"sex": 0,
"organization_id": "string",
"employee_id": "string",
"id_type": 1
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2024-08-10 02:32:36