The user object

AttributeTypeDescription
rolestringThe current positon of the user in the company.
emailstringThe email of the current user.
uidstringPodium unique identifier for user.
createdAtstringWhen the user was created.
updatedAtstringWhen the user was updated.
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.
firstNamestringThe first name of the current user.
lastNamestringThe last name of the current user.
{
  "role": "Account Owner",
  "email": "[email protected]",
  "uid": "00000000-0000-0000-0000-000000000000",
  "createdAt": "2015-01-23T23:50:07Z",
  "updatedAt": "2015-01-23T23:50:07Z",
  "locations": [
    {
      "uid": "00000000-0000-0000-0000-000000000000"
    }
  ],
  "archived": false,
  "phone": "+18013586533",
  "firstName": "Bob",
  "lastName": "Ross"
}