Junction Networks

Junction Networks Web Services API

GroupAddressAdd

Add a GroupAddress to an Organization.

Authentication

This action requires an Authenticated Session.

Authorization

This action requires Organization Update permission.

Parameters

OrganizationId
Required
A positive integer which references a unique Organization.
Username
Required
The username portion of the address.
Domain
Required
The domain portion of the address.
Ordering
Required
parallel | sequential
Timeout
Required
A positive integer less than 120 indicating the max length of time in seconds a call attempt is made.
DefaultAddress
Optional
A failover SIP address to use in the event of a timeout or negative response. If not set, no failover will be attempted.
MemberAddresses
Required
An array of existing SIP UserAddresses of the form array(UserAddress => Priority) which make up the group. Priority is an integer specifying the relative priority of the address in the group. More explicitly, the URI will contain: MemberAddresses[user1@domain.onsip.com]=1&MemberAddresses[user2@domain.onsip.com]=2

Result RELAX NG Schema Modules

Main module: GroupAddressAdd.rng

Supporting modules:  GroupAddress.rng  Address.rng

Result Element Example

Not available.