Endpoint
The Endpoint object
Attributes
Attributes | Description |
---|---|
alias (string) | Alias for the endpoint. |
application (string) | URI of the application attached to the endpoint. |
endpoint_id (string) | Unique ID for the endpoint. All endpoint API operations are performed using this identifier. |
password (string) | Password for the endpoint username. It should be at least five characters long. |
resource_uri (string) | URI of the endpoint object. |
sip_registered (string) | Set to true if the SIP endpoint is registered on a SIP client. Defaults to false . |
sip_uri (string) | SIP URI of the endpoint. External users will be able to call this endpoint on this SIP URI. |
sub_account (string) | Subaccount to which the endpoint is linked. null if it’s not linked to any subaccount. |
username (string) | Username for the endpoint. Only alphanumeric characters are accepted. |