This page was last edited on September 26, 2013, at 15:01.
Comments or questions about this documentation? Contact us for support!
Groups of Agents are typically set up to provide particular sets of contact center services.
Filter Name | Type | Description |
---|---|---|
tenant_dbid | int | A unique identifier of a tenant. If specified, Configuration Server will return information only about the agent groups that belong to this tenant. |
person_dbid | int | A unique identifier of a person. If specified, Configuration Server will return information only about the agent groups this person is assigned to. |
state | int | Current state of an agent group (see CfgObjectState). If specified, Configuration Server will return information only about agent groups that are currently in this state. |
name | string | Name of an agent group. Shall be specified as a character string. If specified, Configuration Server will return information only about the agent group(s) with that name. |
dbid | int | A unique identifier of a group. If specified, Configuration Server will return information only about this group. |
The name of an agent group must be unique within the tenant, but can coincide with the name of either a place group or a DN group of the same tenant.
The name of an agent group cannot be changed until there is at least one agent listed in this group. See agentDBIDs property
Deletion of Agent Group X will cause the following events set out in the order of arrival:
<CfgAgentGroup> <CfgGroup> <DBID value="107" /> <tenantDBID value="101" /> <name value="AGroup" /> <capacityTableDBID value="0" /> <quotaTableDBID value="0" /> <state value="1" /> <capacityRuleDBID value="0" /> <siteDBID value="0" /> <contractDBID value="0" /> </CfgGroup> <agentDBIDs> <DBID value="120" /> <DBID value="121" /> </agentDBIDs> </CfgAgentGroup>