Account_API::fetch_user( string $user_id = '', boolean $settings = false, string $access_token = '' )
Get a User’s information or settings.
Contents
Parameters
- $user_id
-
(string) (Optional) A Zoom user id.
Default value: ''
- $settings
-
(boolean) (Optional) Whether to fetch the users settings.
Default value: false
- $access_token
-
(string) (Optional) A provided access token to use to access the API.
Default value: ''
Return
(TribeEventsVirtualMeetingsZoomarray<string|TribeEventsVirtualMeetingsZoommixed>) An array of data from the Zoom API.
Source
File: src/Tribe/Meetings/Zoom/Account_API.php
abstract function fetch_user( $user_id = '', $settings = false, $access_token = '' );
Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |