🚀 多行文本支持 Markdown!查看 更新日志 了解详情。
cURL
curl --request GET \ --url 'https://app.teable.ai/api/share/%7BshareId%7D/view/collaborators?fieldId=SOME_STRING_VALUE&skip=SOME_NUMBER_VALUE&take=SOME_NUMBER_VALUE&search=SOME_STRING_VALUE&type=SOME_STRING_VALUE' \ --header 'Authorization: Bearer REPLACE_BEARER_TOKEN'
[ { "userId": "<string>", "userName": "<string>", "email": "<string>", "avatar": "<string>" } ]
View collaborators in a view with a user field selector.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
user
department
view collaborators
此页面对您有帮助吗?