Attribute | Type | Description |
---|---|---|
uid | string | Podium unique identifier for organization. |
archived | boolean | If the organization has been archived. |
createdAt | string | When the organization was created. |
updatedAt | string | When the organization was updated. |
businessName | string | Business 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."
}