share_container
Shares a container with another user via email, granting them access. Optionally sets an expiration time for the share.
Instructions
Share a container with another BasicDeploy user by email, giving them access to it. The recipient is emailed a link that signs them in and opens the container. Optionally pass expiresInHours to make the share expire after that many hours (omit for a share that never expires).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Email address of the user to share with | ||
| containerId | Yes | UUID of the container | |
| expiresInHours | No | Optional. Hours until the share expires. Omit for an unlimited (never-expiring) share. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | No |