🚀 Claude Opus 4.6 + 171 Models Launched! See our changelog for details.
Get collaborators of a record.
cURL
curl --request GET \ --url 'https://app.teable.ai/api/table/%7BtableId%7D/record/collaborators?fieldId=SOME_STRING_VALUE&skip=SOME_NUMBER_VALUE&take=SOME_NUMBER_VALUE&search=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>
Success
Was this page helpful?