POST api/UnitDepartmentMember/MemberAll
在部门的所有用户
Request Information
URI Parameters
None.
Body Parameters
UnitIDInput5Name | Description | Type | Additional information |
---|---|---|---|
UnitID |
单位编号 |
globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{ "UnitID": "b9c11cf8-7fb1-40d1-b7dd-98e63ead09a3" }
Response Information
Resource Description
UserDepartmentOutputName | Description | Type | Additional information |
---|---|---|---|
ID |
唯一编号 |
globally unique identifier |
None. |
UserNumb |
网校号 |
string |
None. |
Mobile |
手机号 |
string |
None. |
UserName |
真实姓名 |
string |
None. |
UnitDepartmentID |
单位部门编号 |
globally unique identifier |
None. |
DepartmentName |
单位部门名称 |
string |
None. |
Status |
是否绑定手机号码状态 |
boolean |
None. |
Gender |
性别 1男 0女 -1未知 |
string |
None. |
UserType |
用户类型 |
string |
None. |
PostName |
用户职务 |
string |
None. |
SubjectID |
年级科目对应编号 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "ID": "78ebed62-62b3-4685-b80c-25bf5b51652a", "UserNumb": "sample string 2", "Mobile": "sample string 3", "UserName": "sample string 4", "UnitDepartmentID": "6f81205e-eea4-468f-966e-5cf1a2d04272", "DepartmentName": "sample string 6", "Status": true, "Gender": "sample string 8", "UserType": "sample string 9", "PostName": "sample string 10", "SubjectID": "sample string 11" }