成员修改

更新时间:2023-06-21 07:13:10下载pdf

本文介绍成员修改的 API。

接口描述

根据成员 ID,更新成员的基本信息、权限信息、角色信息等。

接口地址

PUT: /v1.0/iot-02/community/member/{block_id}/{member_id}

请求参数

参数名类型参数位置是否必填说明
block_idStringuritrue小区 ID
member_idStringuritrue成员 ID

body 说明

参数名类型参数位置是否必填说明
member_idString true成员 ID,英文逗号隔开
block_idsString true小区 ID,英文逗号隔开
structure_idString true组织 ID
educationString true教育背景
role_idsString true角色 ID 列表,英文逗号隔开
adminInteger false是否是管理员
  • 1:是
  • 2:否
data_permissionInteger false数据隐私查看权限
  • 1:开放
  • 2:保密
country_codeString false国家地区编码
  • 86:中国
admin_nameString true姓名
sexInteger true性别
  • 1:男
  • 2:女
mobileString true手机号码
card_typeInteger false证件类型
  • 1:身份证
card_noString false证件号
birthdayLong false生日
positionString false工作岗位

返回参数

参数名类型说明
resultBoolean是否成功

请求示例

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

错误码

参考 错误码