Domains provide a security boundary for users and data.
HTTP PUT Service Accounts
Creates a domain if it doesn't exist. If the domain already exists, it will not be modified.
New domains can only be created in an enterprise domain. If this operation is attempted elsewhere, the call will fail.
Field | Type | Constraints | Notes |
domainId | String 50 | Required | This is a Mapped ID. |
name | String 50 | Required | |
notes | String 500 | ||
isTest | Boolean | Indicates that the domain is for test purposes. This may result in the domain being excluded from internal reports and metrics. | |
isEnterprise | Boolean | Indicates that the domain is an enterprise intended to contain other domains. |
var payload = { domainId: "12345", name: "Sample Company", notes: "Sample notes." };
HTTP Status | Data |
201 |
var response = { // VOCUS' ID for the domain domainId: "12345" }; |
200 |
var response = { // VOCUS' ID for the domain domainId: "12345", }; |
HTTP POST Service Accounts
Deactivates a domain.
HTTP POST Service Accounts
Reactivates a domain.
API Version 14.1.9203.25249
Copyright ©2008-2025 Polaris Aero, LLC.