{"name": string,"earliestStartTime": string,"latestEndTime": string,// Union field user can be only one of the following:"signedinUser": {object (SignedinUser)},"anonymousUser": {object (AnonymousUser)},"phoneUser": {object (PhoneUser)}// End of list of possible types for union field user.}
Fields
name
string
Output only. Resource name of the participant. Format: conferenceRecords/{conferenceRecord}/participants/{participant}
A signed-in user can be: a) An individual joining from a personal computer, mobile device, or through companion mode. b) A robot account used by conference room devices.
JSON representation
{"user": string,"displayName": string}
Fields
user
string
Output only. Unique ID for the user. Interoperable with Admin SDK API and People API. Format: users/{user}
displayName
string
Output only. For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-specified device name. For example, "Altostrat Room".
AnonymousUser
User who joins anonymously (meaning not signed into a Google Account).
JSON representation
{"displayName": string}
Fields
displayName
string
Output only. User provided name when they join a conference anonymously.
PhoneUser
User dialing in from a phone where the user's identity is unknown because they haven't signed in with a Google Account.
JSON representation
{"displayName": string}
Fields
displayName
string
Output only. Partially redacted user's phone number when calling.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[],[],null,["# REST Resource: conferenceRecords.participants\n\n- [Resource: Participant](#Participant)\n - [JSON representation](#Participant.SCHEMA_REPRESENTATION)\n- [SignedinUser](#SignedinUser)\n - [JSON representation](#SignedinUser.SCHEMA_REPRESENTATION)\n- [AnonymousUser](#AnonymousUser)\n - [JSON representation](#AnonymousUser.SCHEMA_REPRESENTATION)\n- [PhoneUser](#PhoneUser)\n - [JSON representation](#PhoneUser.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Participant\n---------------------\n\nUser who attended or is attending a conference.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"earliestStartTime\": string, \"latestEndTime\": string, // Union field `user` can be only one of the following: \"signedinUser\": { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#SignedinUser) }, \"anonymousUser\": { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#AnonymousUser) }, \"phoneUser\": { object (/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#PhoneUser) } // End of list of possible types for union field `user`. } ``` |\n\n| Fields ||\n|---------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of the participant. Format: `conferenceRecords/{conferenceRecord}/participants/{participant}` |\n| `earliestStartTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Time when the participant first joined the meeting. |\n| `latestEndTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp)` format)` Output only. Time when the participant left the meeting for the last time. This can be null if it's an active meeting. |\n| Union field `user`. `user` can be only one of the following: ||\n| `signedinUser` | `object (`[SignedinUser](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#SignedinUser)`)` Signed-in user. |\n| `anonymousUser` | `object (`[AnonymousUser](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#AnonymousUser)`)` Anonymous user. |\n| `phoneUser` | `object (`[PhoneUser](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants#PhoneUser)`)` User calling from their phone. |\n\nSignedinUser\n------------\n\nA signed-in user can be: a) An individual joining from a personal computer, mobile device, or through companion mode. b) A robot account used by conference room devices.\n\n| JSON representation |\n|---------------------------------------------------|\n| ``` { \"user\": string, \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `user` | `string` Output only. Unique ID for the user. Interoperable with Admin SDK API and People API. Format: `users/{user}` |\n| `displayName` | `string` Output only. For a personal device, it's the user's first name and last name. For a robot account, it's the administrator-specified device name. For example, \"Altostrat Room\". |\n\nAnonymousUser\n-------------\n\nUser who joins anonymously (meaning not signed into a Google Account).\n\n| JSON representation |\n|-----------------------------------|\n| ``` { \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|-----------------------------------------------------------------------------------|\n| `displayName` | `string` Output only. User provided name when they join a conference anonymously. |\n\nPhoneUser\n---------\n\nUser dialing in from a phone where the user's identity is unknown because they haven't signed in with a Google Account.\n\n| JSON representation |\n|-----------------------------------|\n| ``` { \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|----------------------------------------------------------------------------|\n| `displayName` | `string` Output only. Partially redacted user's phone number when calling. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------|------------------------------------------------|\n| ### [get](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants/get) | Gets a participant by participant ID. |\n| ### [list](/workspace/meet/api/reference/rest/v2/conferenceRecords.participants/list) | Lists the participants in a conference record. |"]]