Subscriptions
Bulk subscribe users to an entity
POST
Authorizations
Enter JWT bearer token
Enter organization ID
Body
application/json
List of user IDs to subscribe
Example:
["user1", "user2"]
The ID of the entity to subscribe to
Example:
"123"
The category of event to subscribe to
Available options:
ticket
Example:
"Ticket"
Response
401
User is not authenticated!