Share a selection of Assets to a user specified by Email address.
The user sharing the Assets must be granted the Download Security Template permission on the Assets being shared.
The Request Body is a JSON object
Successful operation
Forbidden
{- "sender": {
- "name": "John"
}, - "shareUsers": [
- {
- "email": "user@example.com",
- "name": "Jeff"
}
], - "assets": [
- "497f6eca-6276-4993-bfeb-53cbbbba6f08"
], - "shareMessage": "A message from sender to recipient"
}
{- "message": "Message sent successfully"
}