Skip to main content

TimeAndActionOrgInfoSchemaV1

contactPersonsobject[]nullable

List of contact persons of the Organization

localOrganizationIdstringnullable

Local Custom ID of the organization

Example: 123
localOrganizationIdsstring[]nullable

The list of all connected Local Custom IDs of the organization

Example: ["123","ABC"]
organizationIdstringnullable

Unique identifier of the Organization

Example: Acme Corp
TimeAndActionOrgInfoSchemaV1
{
"contactPersons": [
{
"id": "1234",
"name": "John Doe"
}
],
"localOrganizationId": "123",
"localOrganizationIds": [
"123",
"ABC"
],
"organizationId": "Acme Corp"
}