查询用户信息
GET
https://open.teambition.com/api/user/query
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://open.teambition.com/api/user/query' \
--header 'Authorization: Bearer <appAccessToken>' \
--header 'X-Tenant-Id: 50c32af35a87e6b2...' \
--header 'X-Tenant-Type: organization' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "r.ukyv@qq.com"
}'
响应示例响应示例
{
"code": 200,
"errorMessage": "",
"result": {
"avatarUrl": "https://mailimg.teambition.com/logos/20.png",
"birthday": "1990-01-31",
"email": "test@yahoo.com",
"location": "123",
"name": "test",
"phone": "13263742...",
"title": "xxx",
"userId": "5ac4a9089f8f220..."
}
}
请求参数
Header 参数
Content-Type
string
可选
示例值:
application/json
Authorization
string
可选
默认值:
{{Authorization}}
X-Tenant-Id
string
企业 ID
默认值:
{{X-Tenant-Id}}
X-Tenant-Type
string
可选
默认值:
organization
Body 参数application/json
返回响应
修改于 2023-01-06 07:08:28