Create Additional Alias

Create a new additional Alias associated with the main alias value.

The request requires path parameters in a valid GUID format.

Sample request:

POST ads/api/v1/aliases/cf2d48de-9ad7-52f8-b252-8422cd9e9302/additionalAlias
{
  "aliasType": "PHONE",
  "aliasValue": "1231231234"
}
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

📘

Documentation

For more information on this endpoint, see Create Additional Alias.

Path Params
string
required

The unique identifier assigned to an alias

Body Params

Create additional alias request

Request model for creating an additional alias for an existing alias.

string
required
length ≥ 1

The type of Alias provided in aliasValue. Allowed values: PHONE, EMAIL, DIRECTORY_ALIASID.

string
required
length ≥ 1

The value of the Alias, e.g., phone number or email address. If phone number, use ITU-T E.164 (2010) format without '+'.

Responses

Language
URL
LoadingLoading…
Response
Choose an example:
application/json