You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when creating an event /account/account_id/telephony/sessions?sipData=true' shouldn't the event work for all account users? Because it turns out that the event works only for the admin, but not for other users. Is that what it's meant to be, or is it a bug?
for example:
POST /subscription
headers: content-type application/json
event-filters:
{
"/account/some_id/telephony/sessions?sipData=true"
}
deliveryMode:
{
some info...
}
from the parameters, I see that only rc_account_id plays a role, so why doesn't the event propagate to other account users?
The text was updated successfully, but these errors were encountered:
when creating an event /account/account_id/telephony/sessions?sipData=true' shouldn't the event work for all account users? Because it turns out that the event works only for the admin, but not for other users. Is that what it's meant to be, or is it a bug?
for example:
POST /subscription
headers: content-type application/json
event-filters:
{
"/account/some_id/telephony/sessions?sipData=true"
}
deliveryMode:
{
some info...
}
from the parameters, I see that only rc_account_id plays a role, so why doesn't the event propagate to other account users?
The text was updated successfully, but these errors were encountered: