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