Skip to main content
POST
/
api
/
SavedSearches
/
{ssid}
Copies Saved Search To multiple Users
curl --request POST \
  --url https://api.example.com/api/SavedSearches/{ssid} \
  --header 'Content-Type: application/json' \
  --data '[
  123
]'

Path Parameters

ssid
integer<int32>
required

Query Parameters

name
string

Body

application/json

Response

200

OK