The user object

AttributeTypeDescription
rolestringThe current positon of the user in the company.
uidstringPodium unique identifier for user.
emailstringThe email of the current user.
locationsarrayAll locations the user is assigned to.
locations[].uidstringPodium unique identifier for location.
archivedbooleanWeather the current user is archived.
phonestringThe phone number of the user.
createdAtstringWhen the user was created.
updatedAtstringWhen the user was updated.
firstNamestringThe first name of the current user.
lastNamestringThe 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"
}