取得多筆會員基本資料
Query Parameters
- accounts[] string[] required
多個使用者會員帳號
Responses
- 200
- 400
- 401
- 403
- 404
- application/json
- Schema
- Example (from schema)
- response
Schema
- Array [
- member_account string
帳號(Email)
- member_unix_account string
主機帳號
- member_name string
中文姓名
- member_eng_name string
英文姓名
- google_email string
Google關聯Email
- fb_id string
Facebook關聯id
- nation string
國籍
- unit string
學校或單位名稱
- department string
系所或部門名稱
- title_type string
職稱類別
- title string
職稱
- phone string
簡訊通知電話
- contact_phone string
連絡電話
- contact_email string
聯絡Email
- second_email string
備用Email
- status string
帳號狀態
- ]
[
{
"member_account": "string",
"member_unix_account": "string",
"member_name": "string",
"member_eng_name": "string",
"google_email": "string",
"fb_id": "string",
"nation": "string",
"unit": "string",
"department": "string",
"title_type": "string",
"title": "string",
"phone": "string",
"contact_phone": "string",
"contact_email": "string",
"second_email": "string",
"status": "string"
}
]
[
{
"member_account": "morganxxx@gmail.com",
"member_unix_account": "d00atoxxx",
"member_name": "xxx",
"member_eng_name": "",
"google_email": null,
"fb_id": null,
"nation": null,
"unit": "國立交通大學",
"department": "設施服務組",
"title_type": "工程管理職",
"title": "行政助理、管理師",
"phone": 988888555,
"contact_phone": "0357444#442",
"contact_email": "morganxxx@gmail.com",
"second_email": "accountxxx@nchc.narl.org.tw",
"status": "帳號已開通"
},
{
"member_account": "wesley@xxxx.com",
"member_unix_account": "wesley.xxxx",
"member_name": "黃XX",
"member_eng_name": "",
"google_email": null,
"fb_id": null,
"nation": null,
"unit": "XXX科技股份有限公司",
"department": "資訊室",
"title_type": "教師職",
"title": "教授",
"phone": 985555526,
"contact_phone": 7856668,
"contact_email": "wesley@xxxx.com",
"second_email": "",
"status": "帳號已開通"
},
{
"member_account": "5ba55d6g@narlabs.org.tw",
"member_unix_account": "rogerCCC",
"member_name": "曾XX",
"member_eng_name": "",
"google_email": null,
"fb_id": null,
"nation": null,
"unit": "國立台灣大學",
"department": "資訊管理系",
"title_type": "學生職",
"title": "大學生",
"phone": 977777779,
"contact_phone": 9777779,
"contact_email": "5ba55d6g@narlabs.org.tw",
"second_email": "",
"status": "帳號已開通"
}
]
- application/json
- Schema
- Example (from schema)
Schema
errors object[]
Array [code integer錯誤碼
message string錯誤訊息
]
{
"errors": [
{
"code": 0,
"message": "string"
}
]
}
- application/json
- Schema
- Example (from schema)
- response
Schema
errors object[]
Array [code integer錯誤碼
message string錯誤訊息
]
{
"errors": [
{
"code": 0,
"message": "string"
}
]
}
{
"errors": [
{
"code": 89,
"message": "Invalid or expired token. Try to get a new one."
}
]
}
- application/json
- Schema
- Example (from schema)
- response
Schema
errors object[]
Array [code integer錯誤碼
message string錯誤訊息
]
{
"errors": [
{
"code": 0,
"message": "string"
}
]
}
{
"errors": [
{
"code": 385,
"message": "Data is deleted or not visible to you."
}
]
}
- application/json
- Schema
- Example (from schema)
- response
Schema
errors object[]
Array [code integer錯誤碼
message string錯誤訊息
]
{
"errors": [
{
"code": 0,
"message": "string"
}
]
}
{
"errors": [
{
"code": 2001,
"message": "No data found."
}
]
}
Loading...