利用unix_account取得單筆會員基本資料
Path Parameters
- app_user_unix_account string required
使用者主機帳號
Responses
- 200
- 400
- 401
- 403
- 404
- application/json
- Schema
- Example (from schema)
- response
Schema
- 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": "test@example.org.tw",
"member_unix_account": "example",
"member_name": "XXX",
"member_eng_name": "",
"google_email": "XXXXXXXXX",
"fb_id": "XXXXXXXXX",
"nation": "XXXX",
"unit": "XX大學",
"department": "XX系",
"title_type": "學生職",
"title": "大學生",
"phone": 900000000,
"contact_phone": "xxxxxxxxxx",
"contact_email": "test@example.org.tw",
"second_email": "test@example.org.tw",
"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": 50,
"message": "User not found."
}
]
}
Loading...