# Users - Meet - [API documentation](#api-documentation) - [Query documentation](#query-documentation) - [Introduction](#introduction) - [Definitions](#definitions) - [Manage Meet Spaces](#manage-meet-spaces) - [Display Meet Conferences](#display-meet-conferences) - [Display Meet Participants](#display-meet-participants) - [Display Meet Recordings](#display-meet-recordings) - [Display Meet Transcripts](#display-meet-transcripts) ## API documentation * [Meet API](https://developers.google.com/meet/api/reference/rest/v2) * [Meet API - Spaces](https://developers.google.com/meet/api/reference/rest/v2/spaces) * [Meet API - Conference Records](https://developers.google.com/meet/api/reference/rest/v2/conferenceRecords) * [Meet API - Conference Record Participants](https://developers.google.com/meet/api/reference/rest/v2/conferenceRecords.participants) * [Meet API - Conference Record Recordings](https://developers.google.com/meet/api/reference/rest/v2/conferenceRecords.recordings) * [Meet API - Conference Record Transcripts](https://developers.google.com/meet/api/reference/rest/v2/conferenceRecords.transcripts) ## Query documentation * [Search Conference Records](https://developers.google.com/meet/api/reference/rest/v2/conferenceRecords/list) * [Search Conference Participants](https://developers.google.com/meet/api/reference/rest/v2/conferenceRecords.participants/list) ## Introduction These features were added in version 6.81.00. To use these commands you must add the 'Meet API' to your project and update your service account authorization. ``` gam update project gam user user@domain.com update serviceaccount ... [*] 36) Meet API (supports readonly) ``` ## Definitions * [``](Collections-of-Users) ``` ::= conferenceRecords/ ::= spaces/ | ::= accesstype open|trusted|restricted | entrypointaccess all|creatorapponly | moderation | chatrestriction hostsonly|norestriction | reactionrestriction hostsonly|norestriction | presentrestriction hostsonly|norestriction | defaultjoinasviewer | firstjoiner hostsonly|anyone | recording | transcription | smartnotes ``` ## Manage Meet Spaces ### Create a meet space ``` gam create meetspace * [formatjson|returnidonly] ``` By default, Gam displays the information about the created meetspace as an indented list of keys and values. * `formatjson` - Display the fields in JSON format. * `returnidonly` - Display the meetspace name only ### Update a meet space ``` gam update meetspace * [formatjson] ``` By default, Gam displays the information about the created meetspace as an indented list of keys and values. * `formatjson` - Display the fields in JSON format. ### Display information about a specific meet space for a user ``` gam info meetspace [formatjson] ``` By default, Gam displays the information as an indented list of keys and values. * `formatjson` - Display the fields in JSON format. ### End a meet space conference ``` gam end meetconference ``` ## Display Meet Conferences ``` gam show meetconferences [space ] [code ] [andquery|orquery ] [querytime