latestOpenAPI 3.0.02026-08-1122089.2 KB

af3fca8cbe6f

Zapier

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

idinteger
namestring
emailstring

Example response

[
  {
    "id": 123,
    "name": "John Doe",
    "email": "john@example.com"
  }
]