External Connections
Creates an Upload request
Creates a new Upload request to Microsoft teams with the included phone numbers. Only one of civic_address_id or location_id must be provided, not both. The maximum allowed phone numbers for the numbers_ids array is 1000.
post/external_connections/{id}/uploads
Path parameters
idstring required
Example:1293384261075731499
Identifies the resource.
Request body
Example request
{
"location_id": "67ea7693-9cd5-4a68-8c76-abb3aa5bf5d2",
"number_ids": [
"3920457616934164700",
"3920457616934164701",
"3920457616934164702",
"3920457616934164703"
],
"usage": "first_party_app_assignment"
}Response
Successful response