更新时间:2023-06-21 07:13:09下载pdf
本文介绍新增成员的 API。
根据组织ID,在该组织下新增成员的基本信息、权限信息、角色信息的等。
POST: /v1.0/iot-02/community/member
body
说明
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
block_ids | String | true | 小区 ID,半角逗号隔开 | |
structure_id | String | true | 组织 ID | |
education | String | true | 教育背景 | |
role_ids | String | true | 角色ID列表,半角逗号隔开 | |
admin | Integer | false | 是否是管理员(1:是,2:否) | |
data_permission | Integer | false | 数据隐私查看权限(1:开放,2:保密) | |
country_code | String | false | 国家地区编码(86:中国) | |
admin_name | String | true | 姓名 | |
sex | Integer | true | 性别:(1:男,2:女) | |
mobile | String | true | 手机号码 | |
card_type | Integer | false | 证件类型,仅支持 1:身份证 | |
card_no | String | false | 证件号 | |
birthday | Long | false | 生日 | |
position | String | false | 工作岗位 |
参数名 | 类型 | 说明 |
---|---|---|
result | String | 成员 ID |
POST: /v1.0/iot-02/community/member
{
"admin_name": "水电运维",
"role_infos": [],
"mobile": "1300000****",
"blocks": "136767399153950xxxx",
"account_status": 1,
"structure_id": "136767399153950xxxx",
"structure_name": "test",
"sex": 1,
"myself": 2,
"admin": 0,
"country_code": "86",
"structure_path_name": "test",
"role_ids": "136767399153950xxxx,136767399153950xxxx",
"card_type": 1,
"card_no": "31162119920918xxxx",
"birthday": 0,
"position": "水电工",
"education": "小学"
}
139215249742181xxxx
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈