action zoomconnect_transfer {
label: "transfer"
description: "Transfers credits between two users in the same team. The account email address fields as well as the number of credits to transfer are required. "
provider: zoomconnect
method: POST
path: "/api/rest/v1/account/transfer"
encoding: json
output: {
type: "object"
additionalProperties: true
}
}