Method: conferenceRecords.participants.get
Gets a participant by participant ID.
HTTP request
GET https://meet.googleapis.com/v2/{name=conferenceRecords/*/participants/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. Resource name of the participant.
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Participant
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/meetings.space.created
https://www.googleapis.com/auth/meetings.space.readonly
For more information, see the Authorization guide.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-23 UTC.
[null,null,["Last updated 2024-09-23 UTC."],[[["Retrieves details of a specific participant within a Google Meet conference."],["Requires providing the participant's resource name as a path parameter in the request URL."],["Returns a `Participant` object containing the participant's information if successful."],["Needs authorization with specific OAuth scopes related to Google Meet access."]]],[]]