Organization
Properties
string
created
Required
Not available
string
display_name
Required
Not available
string
id
Required
Unique ID for this entity
string
name
Required
Not available
string
org_type
Optional
ORG_TYPE to be associated with the org
string
project_state
Required
Not available
Possible values are: CREATED, DELETED
string
updated
Required
Not available
string
updated_by_user_id
Required
User id that last updated this record
string
updated_by_user_name
Optional
User name that last updated this record
string
user_id
Required
User id that last updated this record
string
user_name
Required
User name that last updated this record
integer
version
Required
Version of this entity
JSON Example
{
"created": "string",
"display_name": "My VMC Org",
"id": "1d1c83ee-e0b7-4de9-b660-9a9ca1d22f32",
"name": "string",
"project_state": "string",
"updated": "string",
"updated_by_user_id": "string",
"user_id": "string",
"user_name": "string",
"version": 5
}