The organization object

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