Skip to content

Instantly share code, notes, and snippets.

@american-it
Created June 21, 2021 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save american-it/4307a813ddf0d4901c3f0b60516dddc8 to your computer and use it in GitHub Desktop.
Save american-it/4307a813ddf0d4901c3f0b60516dddc8 to your computer and use it in GitHub Desktop.
$payload = [
'email' => $u->email,
'first_name' => $u->name
];
Curl::to('https://api.zoom.us/v2/meetings/' . $m->zoom_id . '/registrants')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment