Skip to main content

GetAllUsersByFacility

Overview

Returns a list of UserViewModels from a given Facility that the API token has rights to view

Request Information


Method

GET - api/Person/GetAllUsersByFacility/{FacilityId}

URI Parameters

NameDescriptionTypeAdditional information
FacilityIdglobally unique identifierRequired

Body Parameters

None.

Response Information


Resource Description

Collection of UserViewModel

NameDescriptionTypeAdditional information
PersonIdRepresents the PK of an existing User in BluSKYglobally unique identifierNone.
FirstNameRepresents the User's first/given name.stringNone.
LastNameRepresents the User's last name / surname.stringNone.
MiddleInitialRepresents the User's middle initialstringNone.
sGenderIdRepresents the User's gender association for Life Safety purposes: 1=Female, 2=Male, 3=UnspecifiedintegerNone.
DefaultFloorIdRepresents the PK of the Floor that the person's desk/primary workplace is on.globally unique identifierNone.
DefaultFloorNameRepresents the name of the Floor that the person's desk/primary workplace is on.stringNone.
DefaultFloorStopIdRepresents the PK of the default Floor Stop in the elevator that the person will go to when using Destination elevator systems.integerNone.
DefaultFloorStopNameRepresents the name of the default Floor Stop in the elevator that the person will go to when using Destination elevator systems.stringNone.
DefaultEmailRepresents the default email address of the UserstringNone.
DefaultPhoneRepresents the default phone number of the UserstringNone.
FacilityIdRepresents the PK of the facility that the User is located inglobally unique identifierNone.
FacilityNameRepresents the name of the facility that the User is located instringNone.
CompanyInstanceTypeRepresents the type of company instance that the User belongs to - 1 = Occupancy, 2 = Vendor, 3 = System Owner, 4 = IntegratorintegerNone.
CompanyNameRepresents the name of the company instance that the User belongs - name of the occupancy, name of the vendor, etc.stringNone.
ACSystemIdRepresents the PK of the Access Control System that the User is located inglobally unique identifierNone.
ACSystemNameRepresents the name of the Access Control System that the User is located instringNone.
StartDatetimeRepresents the DateTime when the record will start to be valid. If null, the record is currently active.dateNone.
EndDatetimeRepresents the DateTime when the record will start to be invalid. If null and StartDateTime is in the past, the record is currently active.dateNone.
AccessRightsSuspendedRepresents whether or not the User's Access Rights are suspendedbooleanNone.
AccessRightsSuspendedStartRepresents the DateTime when the User's Access Rights will become suspended. If null and AccessRightsSuspended is true, all access are currently suspended.dateNone.
AccessRightsSuspendedEndRepresents the DateTime when the User's Access Rights will become reactivated. If null and AccessRightsSuspended is true, access rights are suspended indefinitely.dateNone.
WebSiteRightsSuspendedRepresents whether or not the User's BluSKY login rights are suspendedbooleanNone.
WebSiteRightsSuspendedStartRepresents the DateTime when the User's BluSKY login rights will become suspended. If null and WebSiteRightsSuspended is true, all login rights are currently suspended.dateNone.
WebSiteRightsSuspendedEndRepresents 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.dateNone.
BadgeTemplateIdRepresents the PK of the Badge Template assinged to the User. Retrieve this by calling /Badge/GetAllBadgesglobally unique identifierNone.
EmployeeNumberRepresents the employee number assigned to the User (typically by their HR department)stringNone.
HasPictureRepresents whether or not an image of the User exists in the SystembooleanNone.
PersonPhotoUriRepresents the path to the User's default badge image (if one exists)stringNone.
ActiveLoginDatetimeRepresents the time the User logged in to their current session in BluSKYdateNone.
CardsRepresents a list of all Cards assigned to the UserCollection of PersonCardViewModelNone.
ContactItemsRepresents a list of all Contact Items associated with the UserCollection of ContactInfoUserViewModelNone.
RolesRepresents a list of all Roles assigned to the UserCollection of RoleViewModelNone.
ReaderAccessRepresents a list of all direct Reader Access assignments made to the UserCollection of ReaderAccessViewModelNone.
FloorStopAccessRepresents a list of all direct Floor Stop Access assignments made to the UserCollection of FloorStopAccessViewModelNone.
AccessLevelsRepresents a list of all Access Level assignments made to the UserCollection of AccessLevelViewModelNone.
AccessLevelGroupsRepresents a list of all Access Level Group assignments made to the UserCollection of AccessLevelGroupViewModelNone.

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>
&lt;Name&gt;sample string 2</Name>
</AccessLevelGroupViewModel>
<AccessLevelGroupViewModel>
<AccessLevelGroupId>acaa9bbf-7376-4a6f-a74d-34c571b2c680</AccessLevelGroupId>
&lt;Name&gt;sample string 2</Name>
</AccessLevelGroupViewModel>
</AccessLevelGroups>
<AccessLevels>
<AccessLevelViewModel>
<AccessLevelId>21ea83dd-39df-43f5-95d7-12c8975ef33a</AccessLevelId>
&lt;Name&gt;sample string 2</Name>
</AccessLevelViewModel>
<AccessLevelViewModel>
<AccessLevelId>21ea83dd-39df-43f5-95d7-12c8975ef33a</AccessLevelId>
&lt;Name&gt;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>
&lt;Value&gt;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>
&lt;Value&gt;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>
&lt;Name&gt;sample string 2</Name>
<RoleId>1bb846fa-883e-4709-81c3-3d9aba93acb7</RoleId>
</RoleViewModel>
<RoleViewModel>
&lt;Name&gt;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>
&lt;Name&gt;sample string 2</Name>
</AccessLevelGroupViewModel>
<AccessLevelGroupViewModel>
<AccessLevelGroupId>acaa9bbf-7376-4a6f-a74d-34c571b2c680</AccessLevelGroupId>
&lt;Name&gt;sample string 2</Name>
</AccessLevelGroupViewModel>
</AccessLevelGroups>
<AccessLevels>
<AccessLevelViewModel>
<AccessLevelId>21ea83dd-39df-43f5-95d7-12c8975ef33a</AccessLevelId>
&lt;Name&gt;sample string 2</Name>
</AccessLevelViewModel>
<AccessLevelViewModel>
<AccessLevelId>21ea83dd-39df-43f5-95d7-12c8975ef33a</AccessLevelId>
&lt;Name&gt;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>
&lt;Value&gt;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>
&lt;Value&gt;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>
&lt;Name&gt;sample string 2</Name>
<RoleId>1bb846fa-883e-4709-81c3-3d9aba93acb7</RoleId>
</RoleViewModel>
<RoleViewModel>
&lt;Name&gt;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>