action getgo_get_registrants { label: "Get Training Registrants" description: "Retrieves details on all registrants for a specific training. Registrants can be:
WAITING - registrant registered and is awaiting approval (where organizer has required approval)
APPROVED - registrant registered and is approved
DENIED - registrant registered and was not approved.

IMPORTANT: The registrant data caches are typically updated immediately and the data will be returned in the response. However, the update can take as long as two hours." provider: getgo method: GET path: "/organizers/{organizerKey}/trainings/{trainingKey}/registrants" encoding: json output: { type: "object" additionalProperties: true } }