Contacts represent the resource associated with mobile users or contacts acquired via Experiences.
Contact object: example
The Contact object may differ depending on the specific API. You can explore the Contact object in the definition of each API endpoint.
Example of Contact object returned by the endpoint https://explore.cloud4wi.com//v2/customers/organizations/{cid}
Role: Organization Manager Scope: organization_read, customer_read
/v2/customers/organizations/{cid}
organization cid
The sid can be used to retrieve a large number of results from a search request. Read the full docs to learn how to use the sid
Number of Contacts returned by the request. Allowed values between 1 and 10000. It is not possible to change this values during a scrolling.
Return Contacts with email
Return Contacts with an email verified
Return Contacts with phone number
Return Contacts with an phone number verified
Return Contacts with the requested signup method
Return Contacts registered on specific locations
Return Contacts belonging to specific segment or segments (comma separated)
Return Contacts with creation date >= of request. Format is date iso8601. Eg: 2019-07-31T22:23:24Z
Return Contacts with creation date <= of request. Format is date iso8601. Eg: 2019-07-31T22:23:24Z
Return Contacts with modified date >= of request. Format is date iso8601. Eg: 2019-07-31T22:23:24Z
Return Contacts with modified date <= of request. Format is date iso8601. Eg: 2019-07-31T22:23:24Z
Return Contacts with marketing communication opt-in with value true
Return Contacts with age verification set to true
Return Contacts with specific custom opt-ins set to true. Eg: customOptin.my_policy=true
firstName, lastName, gender, birthDate, country, created, privacy, termsOfUse, mktgCommunications, ageVerification, phone, phoneVerified, email, emailVerified, provider, username, locked, locations, system, enabled, type, modified_absolute,created_absolute,totalVisits,visitedLocations
Reverse sort order. sortBy argument is required
Search by email address
Search by phone number
Search by username
Search by external Id
Search by external property 1
Search by external property 2
Retrieve Contact profile by Id Role: Organization Manager Scope: organization_read, customer_read
/v2/customers/{cid}
id of the customer
No body
Retrieve list of visits and WiFi connections including metadata such as date and duration. Role: Organization Manager Scope: organization_read, customer_read
/v2/customers/{cid}/events
id of the customer
No body
Retrieve device information like WiFi MAC address, number of WiFi connections and last WiFi connection date on the device. Role: Organization Manager Scope: organization_read, customer_read
/v2/customers/{cid}/devices
id of the customer
No body
For the custom opt-ins add the prefix "customs." to the policyKey. For example, if the custom opt-in has title "emailMarketing" to update it use the policyKey "customs.emailMarketing" Role: Organization Manager Scope: organization_write, customer_write
/v1/customers/{cid}/policies
id of the customer
Delete a Contact by Id Role: Organization Manager Scope: organization_write, customer_write
/v1/customers/{cid}
id of the customer
Retrieve WiFi connections of a specific Contact Id, including metadata such as duration, traffic, access point used Role: Organization Manager Scope: organization_read, customer_read
/v2/customers/{cid}/accountings
id of the customer