cURL
curl --request GET \
--url 'https://app.teable.ai/api/space/%7BspaceId%7D/collaborators?includeSystem=SOME_BOOLEAN_VALUE&includeBase=SOME_BOOLEAN_VALUE&skip=SOME_NUMBER_VALUE&take=SOME_NUMBER_VALUE&search=SOME_STRING_VALUE&type=SOME_STRING_VALUE&orderBy=SOME_STRING_VALUE' \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"collaborators": [
{
"userId": "<string>",
"userName": "<string>",
"email": "<string>",
"avatar": "<string>",
"createdTime": "<string>",
"isSystem": true,
"billable": true,
"base": {
"id": "<string>",
"name": "<string>"
}
}
],
"uniqTotal": 123,
"total": 123
}space
Get space collaborators
List a space collaborator
GET
/
space
/
{spaceId}
/
collaborators
cURL
curl --request GET \
--url 'https://app.teable.ai/api/space/%7BspaceId%7D/collaborators?includeSystem=SOME_BOOLEAN_VALUE&includeBase=SOME_BOOLEAN_VALUE&skip=SOME_NUMBER_VALUE&take=SOME_NUMBER_VALUE&search=SOME_STRING_VALUE&type=SOME_STRING_VALUE&orderBy=SOME_STRING_VALUE' \
--header 'Authorization: Bearer REPLACE_BEARER_TOKEN'{
"collaborators": [
{
"userId": "<string>",
"userName": "<string>",
"email": "<string>",
"avatar": "<string>",
"createdTime": "<string>",
"isSystem": true,
"billable": true,
"base": {
"id": "<string>",
"name": "<string>"
}
}
],
"uniqTotal": 123,
"total": 123
}授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
路径参数
查询参数
可用选项:
user, department 可用选项:
desc, asc Last modified on March 5, 2026
此页面对您有帮助吗?
⌘I

