post https://YOUR-AGENT-URL.symphony.com/agent/v1/signals//subscribe
Available on Agent 2.0.0 and above.
Subscribe an array of users to a Signal. To subscribe an entire pod to a Signal, set the companyWide
field in Create Signal.
Request Examples
curl -X POST \
https://acme.symphony.com/agent/v1/signals/5a6efc9db9d8210001b9960b/subscribe \
-H 'content-type: application/json' \
-H 'sessiontoken: SESSION_TOKEN' \
-H 'keymanagertoken: KEYMANAGER_TOKEN' \
-d '[68719476759, 68719476760, 68719476761]'
curl -X POST
-H 'content-type: application/json'
-H 'sessiontoken: SESSION_TOKEN'
-H 'keymanagertoken: KEYMANAGER_TOKEN'
https://acme.symphony.com/agent/v1/signals/5a6efc9db9d8210001b9960b/subscribe
Required Permissions
To subscribe other users to a specific signal, the requesting user needs to have the
canManageSignalSubscription
entitlement.