Create new org

Create new org

Request
Security:
vc-security
Request Body schema: application/json
id
string
name
string
domain
string
required
Array of objects (OrgRelation)
trial
boolean
Default: false
active
boolean
Default: true
deleted
boolean
Default: false
usingMfa
boolean
Default: false
notes
string
required
Array of objects (Tag)
externalId
string
required
Array of objects (Address)
required
Array of objects (Email)
required
Array of objects (Phone)
required
Array of objects (Mid)
createdInstant
string <date-time>
lastUpdatedInstant
string <date-time>
createdBy
string
lastUpdatedBy
string
Responses
200

OK

502

Bad Gateway. The server acting as a gateway or intermediary is having problems communicating with another server to complete the user's request.

post/org-service/v1/org/create
Request samples
application/json
{
  • "id": "string",
  • "name": "string",
  • "domain": "string",
  • "paths": [
    ],
  • "trial": false,
  • "active": true,
  • "deleted": false,
  • "usingMfa": false,
  • "notes": "string",
  • "tags": [
    ],
  • "externalId": "string",
  • "addresses": [
    ],
  • "emails": [
    ],
  • "phones": [
    ],
  • "mids": [
    ],
  • "createdInstant": "2019-08-24T14:15:22Z",
  • "lastUpdatedInstant": "2019-08-24T14:15:22Z",
  • "createdBy": "string",
  • "lastUpdatedBy": "string"
}
Response samples
application/json
{
  • "id": "string",
  • "name": "string",
  • "domain": "string",
  • "paths": [
    ],
  • "trial": false,
  • "active": true,
  • "deleted": false,
  • "usingMfa": false,
  • "notes": "string",
  • "tags": [
    ],
  • "externalId": "string",
  • "addresses": [
    ],
  • "emails": [
    ],
  • "phones": [
    ],
  • "mids": [
    ],
  • "createdInstant": "2019-08-24T14:15:22Z",
  • "lastUpdatedInstant": "2019-08-24T14:15:22Z",
  • "createdBy": "string",
  • "lastUpdatedBy": "string"
}