The organization object

AttributeTypeDescription
uidstringPodium unique identifier for organization.
createdAtstringWhen the organization was created.
updatedAtstringWhen the organization was updated.
archivedbooleanIf the organization has been archived.
businessNamestringBusiness name of the organization that is displayed in the user interface.
{
  "uid": "00000000-0000-0000-0000-000000000000",
  "createdAt": "2015-01-23T23:50:07Z",
  "updatedAt": "2015-01-23T23:50:07Z",
  "archived": false,
  "businessName": "Podium, Inc."
}