Sharing
Collection can be shared with other users, which are then called collaborators, and this section describes the different commands that are related to sharing.
Every user who shares at least one collection with another user, has a collaborators record in the API response. The record contains a restricted subset of user-specific fields.
Field | Description |
_id | User ID of the collaborator |
email | Email of the collaborator Empty when authorized user have read-only access |
email_MD5 | MD5 hash of collaborator email. Useful for using with Gravatar for example |
fullName | Full name of the collaborator |
role | Access level: member have write access and can invite more usersviewer read-only access |
get
https://api.raindrop.io
/rest/v1/collection/{id}/sharing
Get collaborators list of collection
put
https://api.raindrop.io
/rest/v1/collection/{id}/sharing/{userId}
Change access level of collaborator
delete
https://api.raindrop.io
/rest/v1/collection/{id}/sharing/{userId}
Delete a collaborator
post
https://api.raindrop.io
/rest/v1/collection/{id}/join
Accept an invitation
Last modified 3yr ago