更新时间:2023-06-21 07:13:10下载pdf
本文介绍成员修改的 API。
根据成员 ID,更新成员的基本信息、权限信息、角色信息等。
PUT: /v1.0/iot-02/community/member/{block_id}/{member_id}
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
block_id | String | uri | true | 小区 ID |
member_id | String | uri | true | 成员 ID |
body
说明
参数名 | 类型 | 参数位置 | 是否必填 | 说明 |
---|---|---|---|---|
member_id | String | true | 成员 ID,英文逗号隔开 | |
block_ids | String | true | 小区 ID,英文逗号隔开 | |
structure_id | String | true | 组织 ID | |
education | String | true | 教育背景 | |
role_ids | String | true | 角色 ID 列表,英文逗号隔开 | |
admin | Integer | false | 是否是管理员
| |
data_permission | Integer | false | 数据隐私查看权限
| |
country_code | String | false | 国家地区编码
| |
admin_name | String | true | 姓名 | |
sex | Integer | true | 性别
| |
mobile | String | true | 手机号码 | |
card_type | Integer | false | 证件类型
| |
card_no | String | false | 证件号 | |
birthday | Long | false | 生日 | |
position | String | false | 工作岗位 |
参数名 | 类型 | 说明 |
---|---|---|
result | Boolean | 是否成功 |
PUT: /v1.0/iot-02/community/member/136767399153950xxxx/139215249742181xxxx
{
"member_id": "136767399153950xxxx",
"admin_name": "水电运维",
"role_ids": "136767399153950xxxx,136767399153950xxxx",
"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",
"structure_infos": [],
"card_type": 1,
"card_no": "31162119920918xxxx",
"birthday": 0,
"position": "水电工",
"education": "小学"
}
true
参考 错误码。
该内容对您有帮助吗?
是意见反馈该内容对您有帮助吗?
是意见反馈