create_partner
Share your photo library with another user by providing their user ID. This grants them read access to the entire library, so your photos appear alongside their own.
Instructions
Share this account's library with another user on the server. The other user will see these photos next to their own. Find the id with list_users. Side effect: grants the user read access to the whole library.
Args:
user_id: The user to share with.
Returns: JSON with the new partner entry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |