getSiteAllGuestAuthorizations
GET https://{{host}}/api/v1/sites/:site_id/guests
#### Response Parameter Parameter|Type|Description :-------------: |:-------------: |:-------------: mac|string|mac authorized|boolean|whether the guest is current authorized authorizedtime|long|when the guest was authorized authorizedexpiring_time|long|when the authorization would expire name|string|optional, the info provided by user email|string|optional, the info provided by user company|string|optional, the info provided by user field1|string|optional, the info provided by user
RESPONSES
status: OK
[{"mac":"5684dae9ac8b","authorized":true,"authorized_time":1480704355,"authorized_expiring_time":1480704955,"name":"John Smith","email":"john@abc.com","company":"abc","field1":"xxx"}]