简体中文
View collaborators in a view with a user field selector.
cURL
curl --request GET \ --url 'https://app.teable.cn/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>" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
user
department
view collaborators
The response is of type object[].
object[]