Skip to main content
Control who can access your collections. Sharing requires admin permission on the collection.

Check Permissions

Parameters

collection_id
str
required
ID of the collection.
permission
str
default:"write"
Permission level to check: "read", "write", or "admin".

Share with the Public

Parameters

collection_id
str
required
ID of the collection.
permission
Literal['read', 'write']
default:"read"
Public permission level.

Share with a User

By Email

By User ID

Parameters

collection_id
str
required
ID of the collection.
user_id
str
required
ID of the user.
permission
Literal['read', 'write', 'admin']
default:"read"
Permission level.

Share with an Organization

Parameters

collection_id
str
required
ID of the collection.
organization_id
str
required
ID of the organization.
permission
Literal['read', 'write', 'admin']
default:"read"
Permission level.

Organizations

List Your Organizations

List Organization Users

List Collection Collaborators