Share a dynamic set with other users.
POST/sets/:set_id/share
Grants specified access levels to other users for this dynamic set. Only the set's owner or a manager-level collaborator may share the set. Access levels are: R (viewer, read-only), E (restricted editor), F (editor, can modify set and associated listings), M (manager, can share and upgrade the set), and N (disabled, revokes access). Sharing with a user who already has access updates their level to the newly specified one. Returns the updated dynamic set. Works for free and paid sets.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 429
The dynamic set with updated sharing settings.
Invalid access levels or user IDs.
API key authorization failed.
The API key is read-only, or the user is not the set's owner or a manager.
Dynamic set not found or not accessible to the user.
Rate limit exceeded — the API key has sent too many requests. Wait before retrying. See the Rate Limits section in the overview for the recommended exponential backoff strategy.