getSiteGuestAuthorization

GET https://{{host}}/api/v1/sites/:site_id/guests/:guest_mac

#### 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

Request Params

KeyDatatypeRequiredDescription
wlan_idnull(optional) UUID of single or multiple (Comma separated) WLAN under Site site_id (to filter by WLAN)

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"}]