All Products
Search
Document Center

:AddAuditViberOpen

Last Updated:Mar 27, 2026

Signs up for a Viber account.

Try it now

Try this API in OpenAPI Explorer, no manual signing needed. Successful calls auto-generate SDK code matching your parameters. Download it with built-in credential security for local usage.

Test

RAM authorization

The table below describes the authorization required to call this API. You can define it in a Resource Access Management (RAM) policy. The table's columns are detailed below:

  • Action: The actions can be used in the Action element of RAM permission policy statements to grant permissions to perform the operation.

  • API: The API that you can call to perform the action.

  • Access level: The predefined level of access granted for each API. Valid values: create, list, get, update, and delete.

  • Resource type: The type of the resource that supports authorization to perform the action. It indicates if the action supports resource-level permission. The specified resource must be compatible with the action. Otherwise, the policy will be ineffective.

    • For APIs with resource-level permissions, required resource types are marked with an asterisk (*). Specify the corresponding Alibaba Cloud Resource Name (ARN) in the Resource element of the policy.

    • For APIs without resource-level permissions, it is shown as All Resources. Use an asterisk (*) in the Resource element of the policy.

  • Condition key: The condition keys defined by the service. The key allows for granular control, applying to either actions alone or actions associated with specific resources. In addition to service-specific condition keys, Alibaba Cloud provides a set of common condition keys applicable across all RAM-supported services.

  • Dependent action: The dependent actions required to run the action. To complete the action, the RAM user or the RAM role must have the permissions to perform all dependent actions.

Action

Access level

Resource type

Condition key

Dependent action

cams:AddAuditViberOpen

create

*All Resource

*

None

None

Request parameters

Parameter

Type

Required

Description

Example

AuditResult

string

No

The audit result.

example

CustSpaceId

string

Yes

The Space ID of the ISV sub-customer.

example

AuditRecord

object

No

The audit record.

ContactMail

string

No

The email address.

123@123.com

CompanyLegalName

string

No

The legal name of the company.

abc

LetterGuarantee

string

No

The letter of guarantee.

tiCaYNHR8ttt

IndustryInvolved

string

No

The industry involved.

NFUwytiBnm11

MessageDestinationInternationalCountry

array

No

A list of destination countries/regions for international messages.

string

No

A specific value.

MessageDestinationInternationalCountry

CompleteAddressOfHeadquarters

string

No

The complete address of the headquarters.

example

MessageEnableDate

string

No

The date when messaging is enabled.

example

BusinessLicenseRegistrationNumber

string

No

The registration number of the business license.

example

CompanyLegalPerson

string

No

The legal representative of the company.

jerry

CompanyAddress

array<object>

No

A list of company addresses.

object

No

A company address.

CompanyAddress

string

No

The company address.

address

CompanyAddressTitle

string

No

The title of the company address.

title

CompanyRegisteredCountry

string

No

The country where the company is registered.

cn

AgeLimit

string

No

The age limit.

example

IndustryDescription

string

No

A description of the industry.

example

WebAddress

string

No

The website address.

example

EnableAutoReply

string

No

Specifies whether to enable auto-reply.

example

BusinessAccountName

string

No

The name of the business account.

example

string

No

A logo.

logo1

ReplyContent

string

No

The content of the reply.

hello

CompanyProfile

string

No

The company profile.

CompanyProfile

CompanyTel

array<object>

No

A list of company phone number objects.

object

No

A single object.

CompanyTelNumber

string

No

The company phone number.

156********

CompanyTelTitle

string

No

The title of the company phone number.

title

MessageDialogueIntroduction

string

No

The introduction in the message dialog box.

example

OtherLetterGuarantee

string

No

Other letters of guarantee.

example

MessageDestinationCountry

array

No

A list of destination countries/regions for messages.

string

No

The destination country/region of the message.

nPHK8uaRo

MessageSessionName

string

No

The name of the message session.

nPHK8uaRo

CompanyEnglishName

string

No

The English name of the company.

7Pj6

ContactPhone

string

No

The phone number of the contact person.

8615115**777

ContactPosition

string

No

The position of the contact person.

example

ContactEmail

string

No

The email address of the contact person.

7151***5@qq.com

ContactName

string

No

The name of the contact person.

mary

Response elements

Element

Type

Description

Example

object

The response object.

AccessDeniedDetail

string

Detailed information about the access denial.

None

Message

string

A message describing the result of the request.

example

RequestId

string

The unique ID of the request.

2121-112

Data

object

The response data.

122

Code

string

The response status code.

  • OK: The request succeeded.

  • For other values, see Error Codes.

OK

Success

boolean

Whether the request succeeded.

  • true: The request succeeded.

  • false: The request failed.

true

Examples

Success response

JSON format

{
  "AccessDeniedDetail": "None",
  "Message": "example",
  "RequestId": "2121-112",
  "Data": 122,
  "Code": "OK",
  "Success": true
}

Error codes

See Error Codes for a complete list.

Release notes

See Release Notes for a complete list.