addRegistrant: Register Participants for a Meeting

Description Usage Arguments Examples

Description

Post to the /meetings/meeting_id/registrants endpoint.

Usage

1
2
3
4
5
6
addRegistrant(
  meeting_id,
  email,
  first_name,
  token_cache = "~/.zoom_token_cache"
)

Arguments

meeting_id

ID of the meeting to register the participant for.

email

Registrant email.

first_name

Registrant first name.

token_cache

Path to token cache

Examples

1

willschulz/zoomAPI documentation built on Dec. 23, 2021, 5:14 p.m.