Creates a share notification.

Behavior: Sends a notification for the specified share, such as an email notification to intended recipients.

Authorization: Requires a valid Bearer token.

Side Effects: Sends a notification (e.g., email) to the share recipients.

Error Scenarios: Returns 400 if the notification model is null.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The unique identifier of the share to notify about.

Body Params

The notification configuration model.

Represents the input model for sending a share notification to recipients.

uuid

Gets or sets the unique identifier of the share to send notifications for.

nomadUsers
array of objects | null

Gets or sets the list of platform users to notify about the share.

nomadUsers
externalUsers
array of strings | null

Gets or sets the list of external email addresses to notify about the share.

externalUsers
Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses
200

The notification was sent successfully.

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json