Applied groups
Retrieve a collection of user groups applied to outbound rule.
Authorizations
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_groupsGET /api/outbound_rules/{id}/applied_groups HTTP/1.1
Host: HOSTNAME:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"items": [
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"name": "text",
"description": "text"
}
]
}Check if a group has outbound rule applied.
Authorizations
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}GET /api/outbound_rules/{id}/applied_groups/{group_id} HTTP/1.1
Host: HOSTNAME:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw",
"name": "text",
"description": "text"
}Apply a group to outbound rule.
Authorizations
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}POST /api/outbound_rules/{id}/applied_groups/{group_id} HTTP/1.1
Host: HOSTNAME:8887
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No content