v1
latestOpenAPI 3.0.02026-08-0622087.9 KBZapier
Get list of users associated with a Zapier token with remainder notification
Returns a list of users connected to the organization based on the provided Zapier token for remainder notifications.
get/api/zapier/trigger/get-remainder-notifications
Query parameters
tokenstring required
Zapier authentication token
Response
List of users
Example response
[
{
"id": 123,
"name": "John Doe",
"email": "john@example.com"
}
]