Applied groups
Retrieve a collection of user groups applied to outbound rule.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired
The unique ID of outbound rule.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwResponses
200
OK
application/json
4XX
Error
get
/outbound_rules/{id}/applied_groupsCheck if a group has outbound rule applied.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired
The unique ID of outbound rule.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwgroup_idall ofRequired
The unique ID of user group.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwResponses
200
OK
application/json
404
Not Found
get
/outbound_rules/{id}/applied_groups/{group_id}Apply a group to outbound rule.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idall ofRequired
The unique ID of outbound rule.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwgroup_idall ofRequired
The unique ID of user group.
stringOptionalExample:
The unique ID of the resource.
NzAwNTUxOTA5NzczMTQ4MTYwResponses
200
OK
No content
4XX
Error
post
/outbound_rules/{id}/applied_groups/{group_id}No content