新增成员

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

本文介绍新增成员的 API。

接口描述

根据组织ID,在该组织下新增成员的基本信息、权限信息、角色信息的等。

接口地址

POST: /v1.0/iot-02/community/member

请求参数

body 说明

参数名类型参数位置是否必填说明
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工作岗位

返回参数

参数名类型说明
resultString成员 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

错误码

参考 错误码