English
View collaborators in a view with a user field selector.
cURL
curl --request GET \ --url http://127.0.0.1:3000/api/share/{shareId}/view/collaborators \ --header 'Authorization: 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
Was this page helpful?