Outbound Rule
List applied groups of outbound rule
Retrieve a collection of user groups applied to outbound rule.
get/outbound_rules/{id}/applied_groups
Path parameters
idstring required
The unique ID of the resource.
Example:NzAwNTUxOTA5NzczMTQ4MTYw
The unique ID of the outbound rule.
Response
OK
Example response
{
"items": [
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}
]
}