getOrgGuestAuthorizations
GET https://{{host}}/api/v1/orgs/:org_id/guests
Response Parameters
Name | Type | Description |
---|---|---|
mac | string | mac |
authorized | boolean | whether the guest is current authorized |
authorized_time | long | when the guest was authorized |
authorized_expiring_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 |
wlan_id | string | wlan_id |
ssid | string | ssid |
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"}]