GetAllUsers
Overview
Returns a list of UserViewModels that the API token has rights to view
Request Information
Method
GET - api/Person/GetAllUsers
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of UserViewModel
| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonId | Represents the PK of an existing User in BluSKY | globally unique identifier | None. |
| FirstName | Represents the User's first/given name. | string | None. |
| LastName | Represents the User's last name / surname. | string | None. |
| MiddleInitial | Represents the User's middle initial | string | None. |
| sGenderId | Represents the User's gender association for Life Safety purposes: 1=Female, 2=Male, 3=Unspecified | integer | None. |
| DefaultFloorId | Represents the PK of the Floor that the person's desk/primary workplace is on. | globally unique identifier | None. |
| DefaultFloorName | Represents the name of the Floor that the person's desk/primary workplace is on. | string | None. |
| DefaultFloorStopId | Represents the PK of the default Floor Stop in the elevator that the person will go to when using Destination elevator systems. | integer | None. |
| DefaultFloorStopName | Represents the name of the default Floor Stop in the elevator that the person will go to when using Destination elevator systems. | string | None. |
| DefaultEmail | Represents the default email address of the User | string | None. |
| DefaultPhone | Represents the default phone number of the User | string | None. |
| FacilityId | Represents the PK of the facility that the User is located in | globally unique identifier | None. |
| FacilityName | Represents the name of the facility that the User is located in | string | None. |
| CompanyInstanceType | Represents the type of company instance that the User belongs to - 1 = Occupancy, 2 = Vendor, 3 = System Owner, 4 = Integrator | integer | None. |
| CompanyName | Represents the name of the company instance that the User belongs - name of the occupancy, name of the vendor, etc. | string | None. |
| ACSystemId | Represents the PK of the Access Control System that the User is located in | globally unique identifier | None. |
| ACSystemName | Represents the name of the Access Control System that the User is located in | string | None. |
| StartDatetime | Represents the DateTime when the record will start to be valid. If null, the record is currently active. | date | None. |
| EndDatetime | Represents the DateTime when the record will start to be invalid. If null and StartDateTime is in the past, the record is currently active. | date | None. |
| AccessRightsSuspended | Represents whether or not the User's Access Rights are suspended | boolean | None. |
| AccessRightsSuspendedStart | Represents the DateTime when the User's Access Rights will become suspended. If null and AccessRightsSuspended is true, all access are currently suspended. | date | None. |
| AccessRightsSuspendedEnd | Represents the DateTime when the User's Access Rights will become reactivated. If null and AccessRightsSuspended is true, access rights are suspended indefinitely. | date | None. |
| WebSiteRightsSuspended | Represents whether or not the User's BluSKY login rights are suspended | boolean | None. |
| WebSiteRightsSuspendedStart | Represents the DateTime when the User's BluSKY login rights will become suspended. If null and WebSiteRightsSuspended is true, all login rights are currently suspended. | date | None. |
| WebSiteRightsSuspendedEnd | Represents the DateTime when the User's BluSKY login rights will become re-enabled. If null and WebSiteRightsSuspended is true, all login rights are suspended indefinitely. | date | None. |
| BadgeTemplateId | Represents the PK of the Badge Template assinged to the User. Retrieve this by calling /Badge/GetAllBadges | globally unique identifier | None. |
| EmployeeNumber | Represents the employee number assigned to the User (typically by their HR department) | string | None. |
| HasPicture | Represents whether or not an image of the User exists in the System | boolean | None. |
| PersonPhotoUri | Represents the path to the User's default badge image (if one exists) | string | None. |
| ActiveLoginDatetime | Represents the time the User logged in to their current session in BluSKY | date | None. |
| Cards | Represents a list of all Cards assigned to the User | Collection of PersonCardViewModel | None. |
| ContactItems | Represents a list of all Contact Items associated with the User | Collection of ContactInfoUserViewModel | None. |
| Roles | Represents a list of all Roles assigned to the User | Collection of RoleViewModel | None. |
| ReaderAccess | Represents a list of all direct Reader Access assignments made to the User | Collection of ReaderAccessViewModel | None. |
| FloorStopAccess | Represents a list of all direct Floor Stop Access assignments made to the User | Collection of FloorStopAccessViewModel | None. |
| AccessLevels | Represents a list of all Access Level assignments made to the User | Collection of AccessLevelViewModel | None. |
| AccessLevelGroups | Represents a list of all Access Level Group assignments made to the User | Collection of AccessLevelGroupViewModel | None. |
Response Formats
JSON
[
{
"PersonId": "d8b16523-af0b-403c-8068-7d432921f1ad",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"MiddleInitial": "sample string 4",
"sGenderId": 1,
"DefaultFloorId": "4baf1979-8dd6-49b1-8391-2e46b76f9576",
"DefaultFloorName": "sample string 5",
"DefaultFloorStopId": 1,
"DefaultFloorStopName": "sample string 6",
"DefaultEmail": "sample string 7",
"DefaultPhone": "sample string 8",
"FacilityId": "b0539971-127c-40cf-89b1-a31c3337ed40",
"FacilityName": "sample string 9",
"CompanyInstanceType": 10,
"CompanyName": "sample string 11",
"ACSystemId": "65ad1ccf-1d44-498d-8926-16108b3fab22",
"ACSystemName": "sample string 12",
"StartDatetime": "2016-12-13T23:19:52.2008388-05:00",
"EndDatetime": "2016-12-13T23:19:52.2008388-05:00",
"AccessRightsSuspended": true,
"AccessRightsSuspendedStart": "2016-12-13T23:19:52.2008388-05:00",
"AccessRightsSuspendedEnd": "2016-12-13T23:19:52.2008388-05:00",
"WebSiteRightsSuspended": true,
"WebSiteRightsSuspendedStart": "2016-12-13T23:19:52.2013839-05:00",
"WebSiteRightsSuspendedEnd": "2016-12-13T23:19:52.2013839-05:00",
"BadgeTemplateId": "04c56d7a-fd8b-4d17-9fea-ddc209cb8a19",
"EmployeeNumber": "sample string 21",
"HasPicture": true,
"PersonPhotoUri": "sample string 23",
"ActiveLoginDatetime": "2016-12-13T23:19:52.2013839-05:00",
"Cards": [
{
"PersonCardId": "ae7f5aea-745b-4b23-a3bd-611e484ae7bb",
"CardId": "1c034a23-c072-4b78-81a5-7838a0ba32d4",
"CardType": 3,
"CardACSystemId": "a829ee1a-4d35-49c7-bca7-24e533b83fa4",
"CardACSystemName": "sample string 5",
"InternalCardNumber": 6,
"ExternalCardNumber": "sample string 7",
"CardSerialNumber": 1,
"FacilityCode": 8,
"IssueCode": 9,
"PIN": "sample string 10"
},
{
"PersonCardId": "ae7f5aea-745b-4b23-a3bd-611e484ae7bb",
"CardId": "1c034a23-c072-4b78-81a5-7838a0ba32d4",
"CardType": 3,
"CardACSystemId": "a829ee1a-4d35-49c7-bca7-24e533b83fa4",
"CardACSystemName": "sample string 5",
"InternalCardNumber": 6,
"ExternalCardNumber": "sample string 7",
"CardSerialNumber": 1,
"FacilityCode": 8,
"IssueCode": 9,
"PIN": "sample string 10"
}
],
"ContactItems": [
{
"ContactInfoId": "ee079b12-42fa-4f02-9bda-e1248b04528f",
"ContactType": "sample string 2",
"Label": "sample string 3",
"Value": "sample string 4",
"Deleted": true,
"IsDefault": true
},
{
"ContactInfoId": "ee079b12-42fa-4f02-9bda-e1248b04528f",
"ContactType": "sample string 2",
"Label": "sample string 3",
"Value": "sample string 4",
"Deleted": true,
"IsDefault": true
}
],
"Roles": [
{
"RoleId": "1bb846fa-883e-4709-81c3-3d9aba93acb7",
"Name": "sample string 2"
},
{
"RoleId": "1bb846fa-883e-4709-81c3-3d9aba93acb7",
"Name": "sample string 2"
}
],
"ReaderAccess": [
{
"ReaderScheduleId": "60ad2496-b238-4794-ab9e-624308a95be9",
"ReaderName": "sample string 2",
"ScheduleName": "sample string 3",
"AccessRightsGrantedStart": "2016-12-13T23:19:52.2038319-05:00",
"AccessRightsGrantedEnd": "2016-12-13T23:19:52.204293-05:00"
},
{
"ReaderScheduleId": "60ad2496-b238-4794-ab9e-624308a95be9",
"ReaderName": "sample string 2",
"ScheduleName": "sample string 3",
"AccessRightsGrantedStart": "2016-12-13T23:19:52.2038319-05:00",
"AccessRightsGrantedEnd": "2016-12-13T23:19:52.204293-05:00"
}
],
"FloorStopAccess": [
{
"FloorStopScheduleId": "b8c91eaa-cb4a-4588-aa82-64992e22c82e",
"FloorStopName": "sample string 2",
"ScheduleName": "sample string 3",
"AccessRightsGrantedStart": "2016-12-13T23:19:52.204293-05:00",
"AccessRightsGrantedEnd": "2016-12-13T23:19:52.2047946-05:00"
},
{
"FloorStopScheduleId": "b8c91eaa-cb4a-4588-aa82-64992e22c82e",
"FloorStopName": "sample string 2",
"ScheduleName": "sample string 3",
"AccessRightsGrantedStart": "2016-12-13T23:19:52.204293-05:00",
"AccessRightsGrantedEnd": "2016-12-13T23:19:52.2047946-05:00"
}
],
"AccessLevels": [
{
"AccessLevelId": "21ea83dd-39df-43f5-95d7-12c8975ef33a",
"Name": "sample string 2"
},
{
"AccessLevelId": "21ea83dd-39df-43f5-95d7-12c8975ef33a",
"Name": "sample string 2"
}
],
"AccessLevelGroups": [
{
"AccessLevelGroupId": "acaa9bbf-7376-4a6f-a74d-34c571b2c680",
"Name": "sample string 2"
},
{
"AccessLevelGroupId": "acaa9bbf-7376-4a6f-a74d-34c571b2c680",
"Name": "sample string 2"
}
]
},
{
"PersonId": "d8b16523-af0b-403c-8068-7d432921f1ad",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"MiddleInitial": "sample string 4",
"sGenderId": 1,
"DefaultFloorId": "4baf1979-8dd6-49b1-8391-2e46b76f9576",
"DefaultFloorName": "sample string 5",
"DefaultFloorStopId": 1,
"DefaultFloorStopName": "sample string 6",
"DefaultEmail": "sample string 7",
"DefaultPhone": "sample string 8",
"FacilityId": "b0539971-127c-40cf-89b1-a31c3337ed40",
"FacilityName": "sample string 9",
"CompanyInstanceType": 10,
"CompanyName": "sample string 11",
"ACSystemId": "65ad1ccf-1d44-498d-8926-16108b3fab22",
"ACSystemName": "sample string 12",
"StartDatetime": "2016-12-13T23:19:52.2008388-05:00",
"EndDatetime": "2016-12-13T23:19:52.2008388-05:00",
"AccessRightsSuspended": true,
"AccessRightsSuspendedStart": "2016-12-13T23:19:52.2008388-05:00",
"AccessRightsSuspendedEnd": "2016-12-13T23:19:52.2008388-05:00",
"WebSiteRightsSuspended": true,
"WebSiteRightsSuspendedStart": "2016-12-13T23:19:52.2013839-05:00",
"WebSiteRightsSuspendedEnd": "2016-12-13T23:19:52.2013839-05:00",
"BadgeTemplateId": "04c56d7a-fd8b-4d17-9fea-ddc209cb8a19",
"EmployeeNumber": "sample string 21",
"HasPicture": true,
"PersonPhotoUri": "sample string 23",
"ActiveLoginDatetime": "2016-12-13T23:19:52.2013839-05:00",
"Cards": [
{
"PersonCardId": "ae7f5aea-745b-4b23-a3bd-611e484ae7bb",
"CardId": "1c034a23-c072-4b78-81a5-7838a0ba32d4",
"CardType": 3,
"CardACSystemId": "a829ee1a-4d35-49c7-bca7-24e533b83fa4",
"CardACSystemName": "sample string 5",
"InternalCardNumber": 6,
"ExternalCardNumber": "sample string 7",
"CardSerialNumber": 1,
"FacilityCode": 8,
"IssueCode": 9,
"PIN": "sample string 10"
},
{
"PersonCardId": "ae7f5aea-745b-4b23-a3bd-611e484ae7bb",
"CardId": "1c034a23-c072-4b78-81a5-7838a0ba32d4",
"CardType": 3,
"CardACSystemId": "a829ee1a-4d35-49c7-bca7-24e533b83fa4",
"CardACSystemName": "sample string 5",
"InternalCardNumber": 6,
"ExternalCardNumber": "sample string 7",
"CardSerialNumber": 1,
"FacilityCode": 8,
"IssueCode": 9,
"PIN": "sample string 10"
}
],
"ContactItems": [
{
"ContactInfoId": "ee079b12-42fa-4f02-9bda-e1248b04528f",
"ContactType": "sample string 2",
"Label": "sample string 3",
"Value": "sample string 4",
"Deleted": true,
"IsDefault": true
},
{
"ContactInfoId": "ee079b12-42fa-4f02-9bda-e1248b04528f",
"ContactType": "sample string 2",
"Label": "sample string 3",
"Value": "sample string 4",
"Deleted": true,
"IsDefault": true
}
],
"Roles": [
{
"RoleId": "1bb846fa-883e-4709-81c3-3d9aba93acb7",
"Name": "sample string 2"
},
{
"RoleId": "1bb846fa-883e-4709-81c3-3d9aba93acb7",
"Name": "sample string 2"
}
],
"ReaderAccess": [
{
"ReaderScheduleId": "60ad2496-b238-4794-ab9e-624308a95be9",
"ReaderName": "sample string 2",
"ScheduleName": "sample string 3",
"AccessRightsGrantedStart": "2016-12-13T23:19:52.2038319-05:00",
"AccessRightsGrantedEnd": "2016-12-13T23:19:52.204293-05:00"
},
{
"ReaderScheduleId": "60ad2496-b238-4794-ab9e-624308a95be9",
"ReaderName": "sample string 2",
"ScheduleName": "sample string 3",
"AccessRightsGrantedStart": "2016-12-13T23:19:52.2038319-05:00",
"AccessRightsGrantedEnd": "2016-12-13T23:19:52.204293-05:00"
}
],
"FloorStopAccess": [
{
"FloorStopScheduleId": "b8c91eaa-cb4a-4588-aa82-64992e22c82e",
"FloorStopName": "sample string 2",
"ScheduleName": "sample string 3",
"AccessRightsGrantedStart": "2016-12-13T23:19:52.204293-05:00",
"AccessRightsGrantedEnd": "2016-12-13T23:19:52.2047946-05:00"
},
{
"FloorStopScheduleId": "b8c91eaa-cb4a-4588-aa82-64992e22c82e",
"FloorStopName": "sample string 2",
"ScheduleName": "sample string 3",
"AccessRightsGrantedStart": "2016-12-13T23:19:52.204293-05:00",
"AccessRightsGrantedEnd": "2016-12-13T23:19:52.2047946-05:00"
}
],
"AccessLevels": [
{
"AccessLevelId": "21ea83dd-39df-43f5-95d7-12c8975ef33a",
"Name": "sample string 2"
},
{
"AccessLevelId": "21ea83dd-39df-43f5-95d7-12c8975ef33a",
"Name": "sample string 2"
}
],
"AccessLevelGroups": [
{
"AccessLevelGroupId": "acaa9bbf-7376-4a6f-a74d-34c571b2c680",
"Name": "sample string 2"
},
{
"AccessLevelGroupId": "acaa9bbf-7376-4a6f-a74d-34c571b2c680",
"Name": "sample string 2"
}
]
}
]
``
#### XML
````xml
<ArrayOfUserViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BluSKYWebAPI.Controllers">
<UserViewModel>
<ACSystemId>65ad1ccf-1d44-498d-8926-16108b3fab22</ACSystemId>
<ACSystemName>sample string 12</ACSystemName>
<AccessLevelGroups>
<AccessLevelGroupViewModel>
<AccessLevelGroupId>acaa9bbf-7376-4a6f-a74d-34c571b2c680</AccessLevelGroupId>
<Name>sample string 2</Name>
</AccessLevelGroupViewModel>
<AccessLevelGroupViewModel>
<AccessLevelGroupId>acaa9bbf-7376-4a6f-a74d-34c571b2c680</AccessLevelGroupId>
<Name>sample string 2</Name>
</AccessLevelGroupViewModel>
</AccessLevelGroups>
<AccessLevels>
<AccessLevelViewModel>
<AccessLevelId>21ea83dd-39df-43f5-95d7-12c8975ef33a</AccessLevelId>
<Name>sample string 2</Name>
</AccessLevelViewModel>
<AccessLevelViewModel>
<AccessLevelId>21ea83dd-39df-43f5-95d7-12c8975ef33a</AccessLevelId>
<Name>sample string 2</Name>
</AccessLevelViewModel>
</AccessLevels>
<AccessRightsSuspended>true</AccessRightsSuspended>
<AccessRightsSuspendedEnd>2016-12-13T23:19:52.2008388-05:00</AccessRightsSuspendedEnd>
<AccessRightsSuspendedStart>2016-12-13T23:19:52.2008388-05:00</AccessRightsSuspendedStart>
<ActiveLoginDatetime>2016-12-13T23:19:52.2013839-05:00</ActiveLoginDatetime>
<BadgeTemplateId>04c56d7a-fd8b-4d17-9fea-ddc209cb8a19</BadgeTemplateId>
<Cards>
<PersonCardViewModel>
<CardACSystemId>a829ee1a-4d35-49c7-bca7-24e533b83fa4</CardACSystemId>
<CardACSystemName>sample string 5</CardACSystemName>
<CardId>1c034a23-c072-4b78-81a5-7838a0ba32d4</CardId>
<CardSerialNumber>1</CardSerialNumber>
<CardType>3</CardType>
<ExternalCardNumber>sample string 7</ExternalCardNumber>
<FacilityCode>8</FacilityCode>
<InternalCardNumber>6</InternalCardNumber>
<IssueCode>9</IssueCode>
<PIN>sample string 10</PIN>
<PersonCardId>ae7f5aea-745b-4b23-a3bd-611e484ae7bb</PersonCardId>
</PersonCardViewModel>
<PersonCardViewModel>
<CardACSystemId>a829ee1a-4d35-49c7-bca7-24e533b83fa4</CardACSystemId>
<CardACSystemName>sample string 5</CardACSystemName>
<CardId>1c034a23-c072-4b78-81a5-7838a0ba32d4</CardId>
<CardSerialNumber>1</CardSerialNumber>
<CardType>3</CardType>
<ExternalCardNumber>sample string 7</ExternalCardNumber>
<FacilityCode>8</FacilityCode>
<InternalCardNumber>6</InternalCardNumber>
<IssueCode>9</IssueCode>
<PIN>sample string 10</PIN>
<PersonCardId>ae7f5aea-745b-4b23-a3bd-611e484ae7bb</PersonCardId>
</PersonCardViewModel>
</Cards>
<CompanyInstanceType>10</CompanyInstanceType>
<CompanyName>sample string 11</CompanyName>
<ContactItems>
<ContactInfoUserViewModel>
<ContactInfoId>ee079b12-42fa-4f02-9bda-e1248b04528f</ContactInfoId>
<ContactType>sample string 2</ContactType>
<Deleted>true</Deleted>
<IsDefault>true</IsDefault>
<Label>sample string 3</Label>
<Value>sample string 4</Value>
</ContactInfoUserViewModel>
<ContactInfoUserViewModel>
<ContactInfoId>ee079b12-42fa-4f02-9bda-e1248b04528f</ContactInfoId>
<ContactType>sample string 2</ContactType>
<Deleted>true</Deleted>
<IsDefault>true</IsDefault>
<Label>sample string 3</Label>
<Value>sample string 4</Value>
</ContactInfoUserViewModel>
</ContactItems>
<DefaultEmail>sample string 7</DefaultEmail>
<DefaultFloorId>4baf1979-8dd6-49b1-8391-2e46b76f9576</DefaultFloorId>
<DefaultFloorName>sample string 5</DefaultFloorName>
<DefaultFloorStopId>1</DefaultFloorStopId>
<DefaultFloorStopName>sample string 6</DefaultFloorStopName>
<DefaultPhone>sample string 8</DefaultPhone>
<EmployeeNumber>sample string 21</EmployeeNumber>
<EndDatetime>2016-12-13T23:19:52.2008388-05:00</EndDatetime>
<FacilityId>b0539971-127c-40cf-89b1-a31c3337ed40</FacilityId>
<FacilityName>sample string 9</FacilityName>
<FirstName>sample string 2</FirstName>
<FloorStopAccess>
<FloorStopAccessViewModel>
<AccessRightsGrantedEnd>2016-12-13T23:19:52.2047946-05:00</AccessRightsGrantedEnd>
<AccessRightsGrantedStart>2016-12-13T23:19:52.204293-05:00</AccessRightsGrantedStart>
<FloorStopName>sample string 2</FloorStopName>
<FloorStopScheduleId>b8c91eaa-cb4a-4588-aa82-64992e22c82e</FloorStopScheduleId>
<ScheduleName>sample string 3</ScheduleName>
</FloorStopAccessViewModel>
<FloorStopAccessViewModel>
<AccessRightsGrantedEnd>2016-12-13T23:19:52.2047946-05:00</AccessRightsGrantedEnd>
<AccessRightsGrantedStart>2016-12-13T23:19:52.204293-05:00</AccessRightsGrantedStart>
<FloorStopName>sample string 2</FloorStopName>
<FloorStopScheduleId>b8c91eaa-cb4a-4588-aa82-64992e22c82e</FloorStopScheduleId>
<ScheduleName>sample string 3</ScheduleName>
</FloorStopAccessViewModel>
</FloorStopAccess>
<HasPicture>true</HasPicture>
<LastName>sample string 3</LastName>
<MiddleInitial>sample string 4</MiddleInitial>
<PersonId>d8b16523-af0b-403c-8068-7d432921f1ad</PersonId>
<PersonPhotoUri>sample string 23</PersonPhotoUri>
<ReaderAccess>
<ReaderAccessViewModel>
<AccessRightsGrantedEnd>2016-12-13T23:19:52.204293-05:00</AccessRightsGrantedEnd>
<AccessRightsGrantedStart>2016-12-13T23:19:52.2038319-05:00</AccessRightsGrantedStart>
<ReaderName>sample string 2</ReaderName>
<ReaderScheduleId>60ad2496-b238-4794-ab9e-624308a95be9</ReaderScheduleId>
<ScheduleName>sample string 3</ScheduleName>
</ReaderAccessViewModel>
<ReaderAccessViewModel>
<AccessRightsGrantedEnd>2016-12-13T23:19:52.204293-05:00</AccessRightsGrantedEnd>
<AccessRightsGrantedStart>2016-12-13T23:19:52.2038319-05:00</AccessRightsGrantedStart>
<ReaderName>sample string 2</ReaderName>
<ReaderScheduleId>60ad2496-b238-4794-ab9e-624308a95be9</ReaderScheduleId>
<ScheduleName>sample string 3</ScheduleName>
</ReaderAccessViewModel>
</ReaderAccess>
<Roles>
<RoleViewModel>
<Name>sample string 2</Name>
<RoleId>1bb846fa-883e-4709-81c3-3d9aba93acb7</RoleId>
</RoleViewModel>
<RoleViewModel>
<Name>sample string 2</Name>
<RoleId>1bb846fa-883e-4709-81c3-3d9aba93acb7</RoleId>
</RoleViewModel>
</Roles>
<StartDatetime>2016-12-13T23:19:52.2008388-05:00</StartDatetime>
<WebSiteRightsSuspended>true</WebSiteRightsSuspended>
<WebSiteRightsSuspendedEnd>2016-12-13T23:19:52.2013839-05:00</WebSiteRightsSuspendedEnd>
<WebSiteRightsSuspendedStart>2016-12-13T23:19:52.2013839-05:00</WebSiteRightsSuspendedStart>
<sGenderId>1</sGenderId>
</UserViewModel>
<UserViewModel>
<ACSystemId>65ad1ccf-1d44-498d-8926-16108b3fab22</ACSystemId>
<ACSystemName>sample string 12</ACSystemName>
<AccessLevelGroups>
<AccessLevelGroupViewModel>
<AccessLevelGroupId>acaa9bbf-7376-4a6f-a74d-34c571b2c680</AccessLevelGroupId>
<Name>sample string 2</Name>
</AccessLevelGroupViewModel>
<AccessLevelGroupViewModel>
<AccessLevelGroupId>acaa9bbf-7376-4a6f-a74d-34c571b2c680</AccessLevelGroupId>
<Name>sample string 2</Name>
</AccessLevelGroupViewModel>
</AccessLevelGroups>
<AccessLevels>
<AccessLevelViewModel>
<AccessLevelId>21ea83dd-39df-43f5-95d7-12c8975ef33a</AccessLevelId>
<Name>sample string 2</Name>
</AccessLevelViewModel>
<AccessLevelViewModel>
<AccessLevelId>21ea83dd-39df-43f5-95d7-12c8975ef33a</AccessLevelId>
<Name>sample string 2</Name>
</AccessLevelViewModel>
</AccessLevels>
<AccessRightsSuspended>true</AccessRightsSuspended>
<AccessRightsSuspendedEnd>2016-12-13T23:19:52.2008388-05:00</AccessRightsSuspendedEnd>
<AccessRightsSuspendedStart>2016-12-13T23:19:52.2008388-05:00</AccessRightsSuspendedStart>
<ActiveLoginDatetime>2016-12-13T23:19:52.2013839-05:00</ActiveLoginDatetime>
<BadgeTemplateId>04c56d7a-fd8b-4d17-9fea-ddc209cb8a19</BadgeTemplateId>
<Cards>
<PersonCardViewModel>
<CardACSystemId>a829ee1a-4d35-49c7-bca7-24e533b83fa4</CardACSystemId>
<CardACSystemName>sample string 5</CardACSystemName>
<CardId>1c034a23-c072-4b78-81a5-7838a0ba32d4</CardId>
<CardSerialNumber>1</CardSerialNumber>
<CardType>3</CardType>
<ExternalCardNumber>sample string 7</ExternalCardNumber>
<FacilityCode>8</FacilityCode>
<InternalCardNumber>6</InternalCardNumber>
<IssueCode>9</IssueCode>
<PIN>sample string 10</PIN>
<PersonCardId>ae7f5aea-745b-4b23-a3bd-611e484ae7bb</PersonCardId>
</PersonCardViewModel>
<PersonCardViewModel>
<CardACSystemId>a829ee1a-4d35-49c7-bca7-24e533b83fa4</CardACSystemId>
<CardACSystemName>sample string 5</CardACSystemName>
<CardId>1c034a23-c072-4b78-81a5-7838a0ba32d4</CardId>
<CardSerialNumber>1</CardSerialNumber>
<CardType>3</CardType>
<ExternalCardNumber>sample string 7</ExternalCardNumber>
<FacilityCode>8</FacilityCode>
<InternalCardNumber>6</InternalCardNumber>
<IssueCode>9</IssueCode>
<PIN>sample string 10</PIN>
<PersonCardId>ae7f5aea-745b-4b23-a3bd-611e484ae7bb</PersonCardId>
</PersonCardViewModel>
</Cards>
<CompanyInstanceType>10</CompanyInstanceType>
<CompanyName>sample string 11</CompanyName>
<ContactItems>
<ContactInfoUserViewModel>
<ContactInfoId>ee079b12-42fa-4f02-9bda-e1248b04528f</ContactInfoId>
<ContactType>sample string 2</ContactType>
<Deleted>true</Deleted>
<IsDefault>true</IsDefault>
<Label>sample string 3</Label>
<Value>sample string 4</Value>
</ContactInfoUserViewModel>
<ContactInfoUserViewModel>
<ContactInfoId>ee079b12-42fa-4f02-9bda-e1248b04528f</ContactInfoId>
<ContactType>sample string 2</ContactType>
<Deleted>true</Deleted>
<IsDefault>true</IsDefault>
<Label>sample string 3</Label>
<Value>sample string 4</Value>
</ContactInfoUserViewModel>
</ContactItems>
<DefaultEmail>sample string 7</DefaultEmail>
<DefaultFloorId>4baf1979-8dd6-49b1-8391-2e46b76f9576</DefaultFloorId>
<DefaultFloorName>sample string 5</DefaultFloorName>
<DefaultFloorStopId>1</DefaultFloorStopId>
<DefaultFloorStopName>sample string 6</DefaultFloorStopName>
<DefaultPhone>sample string 8</DefaultPhone>
<EmployeeNumber>sample string 21</EmployeeNumber>
<EndDatetime>2016-12-13T23:19:52.2008388-05:00</EndDatetime>
<FacilityId>b0539971-127c-40cf-89b1-a31c3337ed40</FacilityId>
<FacilityName>sample string 9</FacilityName>
<FirstName>sample string 2</FirstName>
<FloorStopAccess>
<FloorStopAccessViewModel>
<AccessRightsGrantedEnd>2016-12-13T23:19:52.2047946-05:00</AccessRightsGrantedEnd>
<AccessRightsGrantedStart>2016-12-13T23:19:52.204293-05:00</AccessRightsGrantedStart>
<FloorStopName>sample string 2</FloorStopName>
<FloorStopScheduleId>b8c91eaa-cb4a-4588-aa82-64992e22c82e</FloorStopScheduleId>
<ScheduleName>sample string 3</ScheduleName>
</FloorStopAccessViewModel>
<FloorStopAccessViewModel>
<AccessRightsGrantedEnd>2016-12-13T23:19:52.2047946-05:00</AccessRightsGrantedEnd>
<AccessRightsGrantedStart>2016-12-13T23:19:52.204293-05:00</AccessRightsGrantedStart>
<FloorStopName>sample string 2</FloorStopName>
<FloorStopScheduleId>b8c91eaa-cb4a-4588-aa82-64992e22c82e</FloorStopScheduleId>
<ScheduleName>sample string 3</ScheduleName>
</FloorStopAccessViewModel>
</FloorStopAccess>
<HasPicture>true</HasPicture>
<LastName>sample string 3</LastName>
<MiddleInitial>sample string 4</MiddleInitial>
<PersonId>d8b16523-af0b-403c-8068-7d432921f1ad</PersonId>
<PersonPhotoUri>sample string 23</PersonPhotoUri>
<ReaderAccess>
<ReaderAccessViewModel>
<AccessRightsGrantedEnd>2016-12-13T23:19:52.204293-05:00</AccessRightsGrantedEnd>
<AccessRightsGrantedStart>2016-12-13T23:19:52.2038319-05:00</AccessRightsGrantedStart>
<ReaderName>sample string 2</ReaderName>
<ReaderScheduleId>60ad2496-b238-4794-ab9e-624308a95be9</ReaderScheduleId>
<ScheduleName>sample string 3</ScheduleName>
</ReaderAccessViewModel>
<ReaderAccessViewModel>
<AccessRightsGrantedEnd>2016-12-13T23:19:52.204293-05:00</AccessRightsGrantedEnd>
<AccessRightsGrantedStart>2016-12-13T23:19:52.2038319-05:00</AccessRightsGrantedStart>
<ReaderName>sample string 2</ReaderName>
<ReaderScheduleId>60ad2496-b238-4794-ab9e-624308a95be9</ReaderScheduleId>
<ScheduleName>sample string 3</ScheduleName>
</ReaderAccessViewModel>
</ReaderAccess>
<Roles>
<RoleViewModel>
<Name>sample string 2</Name>
<RoleId>1bb846fa-883e-4709-81c3-3d9aba93acb7</RoleId>
</RoleViewModel>
<RoleViewModel>
<Name>sample string 2</Name>
<RoleId>1bb846fa-883e-4709-81c3-3d9aba93acb7</RoleId>
</RoleViewModel>
</Roles>
<StartDatetime>2016-12-13T23:19:52.2008388-05:00</StartDatetime>
<WebSiteRightsSuspended>true</WebSiteRightsSuspended>
<WebSiteRightsSuspendedEnd>2016-12-13T23:19:52.2013839-05:00</WebSiteRightsSuspendedEnd>
<WebSiteRightsSuspendedStart>2016-12-13T23:19:52.2013839-05:00</WebSiteRightsSuspendedStart>
<sGenderId>1</sGenderId>
</UserViewModel>
</ArrayOfUserViewModel>