Operator team membership and routing groups
Operator team membership and routing groups
POST Add an operator to a team — Adds an operator to a team in the authenticated organization. Admin access is required. An existing membership returns 409.POST Create an operator team — Creates an operator team in the authenticated organization from the supplied name, description, and priority. Admin access is required.DELETE Delete an operator team — Permanently deletes an operator team from the authenticated organization. Admin access is required. A missing or already deleted team returns 404.GET List operator teams — Returns every operator team in the authenticated organization, ordered from highest to lowest priority. Admin access is required.GET List operators in a team — Returns the operators in a team from the authenticated organization. Admin access is required. Each item includes the membership, operator, and team IDs.DELETE Remove an operator from a team — Removes an operator from a team in the authenticated organization. Admin access is required. The request succeeds even when the membership does not exist.Was this page helpful?