[[["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-09 UTC."],[],[],null,["# meet::SignedInUser Struct Reference\n\nmeet::SignedInUser\n==================\n\n| **Developer Preview:** Available as part of the [Google Workspace Developer Preview Program](https://developers.google.com/workspace/preview), which grants early access to certain features. \n|\n| **To use the Meet Media API to access real-time media from a conference, the Google Cloud project, OAuth principal, and all participants in the conference must be enrolled in the Developer Preview Program.**\n\n\n`#include \u003cparticipants_resource.h\u003e`\n\nSigned in user type. Always has a unique ID and display name.\n\nSummary\n-------\n\n| ### Public attributes ||\n|-----------------------------------------------------------------------------------|-----------------------------------------|\n| [display_name](#structmeet_1_1_signed_in_user_1a931d9db55772afdf3f23eb489640cc46) | `std::string` Display name of the user. |\n| [user](#structmeet_1_1_signed_in_user_1aa92db57e84bc136aabd1561f1d816565) | `std::string` Unique ID for the user. |\n\nPublic attributes\n-----------------\n\n### display_name\n\n```c++\nstd::string meet::SignedInUser::display_name\n``` \nDisplay name of the user.\n\n\n- For a personal device, it's the user's first name and last name.\n- For a robot account, it's the administrator-specified device name. For example, \"Altostrat Room\".\n\n\u003cbr /\u003e\n\n### user\n\n```c++\nstd::string meet::SignedInUser::user\n``` \nUnique ID for the user.\n\n\n**Format:**\n`users/{user}`\n\nInteroperable with the [Admin SDK API](https://developers.google.com/admin-sdk/directory/reference/rest/v1/users) and the [People API](https://developers.google.com/people/api/rest/v1/people/get)."]]