getOrgGuestAuthorizationDetails

GET https://{{host}}/api/v1/orgs/:org_id/guests/:guest_mac

Response Parameters

NameTypeDescription
macstringmac
authorizedbooleanwhether the guest is current authorized
authorized_timelongwhen the guest was authorized
authorized_expiring_timelongwhen the authorization would expire
namestringoptional, the info provided by user
emailstringoptional, the info provided by user
companystringoptional, the info provided by user
field1stringoptional, the info provided by user
wlan_idstringwlan_id

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","wlan_id":"6748cfa6-4e12-11e6-9188-0242ac110007","ssid":"SSID"}