ListConferenceProviders - Alexa for Business

ListConferenceProviders

Lists conference providers under a specific AWS account.

Request Syntax

{ "MaxResults": number, "NextToken": "string" }

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

The request accepts the following data in JSON format.

MaxResults

The maximum number of conference providers to be returned, per paginated calls.

Type: Integer

Valid Range: Minimum value of 1. Maximum value of 50.

Required: No

NextToken

The tokens used for pagination.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1100.

Required: No

Response Syntax

{ "ConferenceProviders": [ { "Arn": "string", "IPDialIn": { "CommsProtocol": "string", "Endpoint": "string" }, "MeetingSetting": { "RequirePin": "string" }, "Name": "string", "PSTNDialIn": { "CountryCode": "string", "OneClickIdDelay": "string", "OneClickPinDelay": "string", "PhoneNumber": "string" }, "Type": "string" } ], "NextToken": "string" }

Response Elements

If the action is successful, the service sends back an HTTP 200 response.

The following data is returned in JSON format by the service.

ConferenceProviders

The conference providers.

Type: Array of ConferenceProvider objects

NextToken

The tokens used for pagination.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 1100.

Errors

For information about the errors that are common to all actions, see Common Errors.

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: