zoom-laravel
zoom-laravel copied to clipboard
The Laravel Zoom API Client is a powerful and comprehensive package designed to provide Laravel users with a unified and consistent approach to integrating Zoom APIs into their applications. With this...
{"status":false,"message":"Client error: `GET https:\/\/api.zoom.us\/v2\/users?page_size=300&status=active&page_number=1` resulted in a `400 Bad Request` response:\n{\"code\":4711,\"message\":\"Invalid access token, does not contain scopes:[user:read:list_users:admin].\"}\n"}
Trying to fix the code so it returns all Users. currently only returns 1
Getting the following response on `createMeeting` function ``` array:2 [ // app/Http/Controllers/MeetingController.php:81 "status" => false "message" => """ Client error: `POST https://api.zoom.us/v2/users/me/meetings` resulted in a `400 Bad Request` response: 300Validation...
  but other works good