countOrgGuestAuthorizations
GET https://{{host}}/api/v1/orgs/:org_id/guests/count
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
distinct | string |
RESPONSES
status: OK
{"end":1531862583,"results":[{"auth_method":"passphrase","count":2},{"auth_method":"facebook","count":4}],"start":1531776183,"total":2}