Listing all the resolved contacts with pagination (Page size = 15). Resolved contacts are the ones with a value for identifier, email or phone number
This token can be obtained by visiting the profile page or via rails console. Provides access to endpoints based on the user permissions levels. This token can be saved by an external system when user is created via API, to perform activities on behalf of the user.
The numeric ID of the account
The attribute by which list should be sorted
name
, email
, phone_number
, last_activity_at
, -name
, -email
, -phone_number
, -last_activity_at
The page parameter
Success
The response is of type object
.