Copies a queue config belonging to one organization to another. The queue config with the @from_name will be copied from the organization with the @from_org_id to the organization with the @to_org_id under the new @to_name. Required Permissions: CUSTOMER_SUPPORT Errors:
grpc.Internal: An unexpected error occurred while copying the config.
grpc.InvalidArgument: A field on the request message was invalid.
grpc.NotFound: The @to_org_id, @from_org_id, or @from_name was not found.
grpc.AlreadyExists: The @to_name already exists for the @to_org_id.
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Body Params application/json
Example
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.cbf.tcn.com/api/v0alpha/org/queueconfigs/copy' \
--header'Content-Type: application/json' \
--data-raw''