---
title: "Get list of users associated with a Zapier token"
method: GET
path: "/api/zapier/trigger/new-enrollments"
tags: ["Zapier"]
---

# Get list of users associated with a Zapier token

`GET /api/zapier/trigger/new-enrollments`

Returns a list of users connected to the organization based on the provided Zapier token.

## Query parameters

- `token` string, required

## Response `200`

List of users

- object[]
  - `id` integer
  - `name` string
  - `email` string

## Other responses

- `500` — Token invalid or server error

---

[API](https://skmtc.net/skillspark/apis/zapier-api-documentation.md) · [All operations](https://skmtc.net/skillspark/apis/zapier-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skillspark/zapier-api-documentation/versions/9502a693bd5d/schema)
