| Attribute | Type | Description |
|---|---|---|
| role | string | The current positon of the user in the company. |
| uid | string | Podium unique identifier for user. |
| string | The email of the current user. | |
| locations | array | All locations the user is assigned to. |
| locations[].uid | string | Podium unique identifier for location. |
| archived | boolean | Weather the current user is archived. |
| phone | string | The phone number of the user. |
| createdAt | string | When the user was created. |
| updatedAt | string | When the user was updated. |
| firstName | string | The first name of the current user. |
| lastName | string | The last name of the current user. |
{
"role": "Account Owner",
"uid": "00000000-0000-0000-0000-000000000000",
"email": "[email protected]",
"locations": [
{
"uid": "00000000-0000-0000-0000-000000000000"
}
],
"archived": false,
"phone": "+18013586533",
"createdAt": "2015-01-23T23:50:07Z",
"updatedAt": "2015-01-23T23:50:07Z",
"firstName": "Bob",
"lastName": "Ross"
}
