Share
Represents a share of an alert with another user, enabling collaboration.Unique identifier for the share
ID of the alert being shared
ID of the user the alert is shared with (for existing users)
Email address of the person the alert is shared with (for invitations)
Permission level:
read, write, or adminISO 8601 timestamp when the share was created
ISO 8601 timestamp when the share was last updated
SharePermission Enum
Available permission levels:read- Can view the alert and its mentionswrite- Can view and curate mentions (mark as read, add tags, etc.)admin- Full access including alert settings and sharing management
Example
Request Models
CreateShareRequest
Used when sharing an alert with another user.Email address of the person to share with
Permission level:
read, write, or adminUpdateShareRequest
Used when updating share permissions.Updated permission level
SharesResponse
Response containing a list of shares for an alert.List of Share objects