Google Meet API (meet:v2)

2026-09-15

6 new methods

Additions

    Methods
  • meet.spaces.members.get

      HTTP Method : GET

      Parameters :

        name

          Location : path

          Type : string

          Pattern : ^spaces/[^/]+/members/[^/]+$

          Description : Required. Format: “spaces/{space}/members/{member}”

          Required : Yes

      Path : v2/{+name}

      Parameter Order : name

      Flat Path : v2/spaces/{spacesId}/members/{membersId}

      Scopes :

    • https://www.googleapis.com/auth/meetings.space.created
    • https://www.googleapis.com/auth/meetings.space.readonly
    • Description : Gets a member. This API supports the `fields` parameter in [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters). When the `fields` parameter is omitted, this API response will default to "name,email,role,user".

  • meet.spaces.members.list

      Parameter Order : parent

      Parameters :

        parent

          Pattern : ^spaces/[^/]+$

          Required : Yes

          Location : path

          Type : string

          Description : Required. Format: spaces/{space}

        pageToken

          Location : query

          Description : Optional. Page token returned from previous List Call.

          Type : string

        pageSize

          Description : Optional. Maximum number of members to return. The service might return fewer than this value. If unspecified or set to 0, at most 250 members are returned. The maximum value is 500; values above 500 are coerced to 500. Maximum might change in the future.

          Type : integer

          Location : query

          Format : int32

      Scopes :

    • https://www.googleapis.com/auth/meetings.space.created
    • https://www.googleapis.com/auth/meetings.space.readonly
    • HTTP Method : GET

      Path : v2/{+parent}/members

      Flat Path : v2/spaces/{spacesId}/members

      Description : Lists members. This API supports the `fields` parameter in [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters). When the `fields` parameter is omitted this API response will default to "name,email,role,user".

  • meet.spaces.members.delete

      Path : v2/{+name}

      Scopes : https://www.googleapis.com/auth/meetings.space.created

      Flat Path : v2/spaces/{spacesId}/members/{membersId}

      HTTP Method : DELETE

      Description : Deletes the member who was previously assigned roles in the space.

      Parameters :

        name

          Required : Yes

          Location : path

          Type : string

          Description : Required. Format: “spaces/{space}/members/{member}”

          Pattern : ^spaces/[^/]+/members/[^/]+$

      Parameter Order : name

  • meet.spaces.members.batchUpdate

      HTTP Method : POST

      Parameters :

        parent

          Required : Yes

          Type : string

          Pattern : ^spaces/[^/]+$

          Location : path

          Description : Required. The parent resource shared by all Members being updated. Format: spaces/{space}

      Path : v2/{+parent}/members:batchUpdate

      Flat Path : v2/spaces/{spacesId}/members:batchUpdate

      Description : Updates members of one space within a batch.

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/meetings.space.created

  • meet.spaces.members.create

      Parameter Order : parent

      Parameters :

        parent

          Location : path

          Type : string

          Pattern : ^spaces/[^/]+$

          Description : Required. Format: spaces/{space}

          Required : Yes

      Path : v2/{+parent}/members

      Scopes : https://www.googleapis.com/auth/meetings.space.created

      HTTP Method : POST

      Description : Creates a member. This API supports the `fields` parameter in [SystemParameterContext](https://cloud.google.com/apis/docs/system-parameters). When the `fields` parameter is omitted, this API response will default to "name,email,role,user".

      Flat Path : v2/spaces/{spacesId}/members

  • meet.spaces.members.patch

      Parameter Order : name

      Description : Updates a member.

      HTTP Method : PATCH

      Flat Path : v2/spaces/{spacesId}/members/{membersId}

      Path : v2/{+name}

      Scopes : https://www.googleapis.com/auth/meetings.space.created

      Parameters :

        updateMask

          Location : query

          Format : google-fieldmask

          Description : Optional. Field mask used to specify the fields to be updated in the member. If update_mask isn't provided(not set, set with empty paths, or only has "" as paths), it defaults to update all fields provided with values in the request. Using "*" as update_mask will update all fields, including deleting fields not set in the request. In case of BatchUpdate, it must be absent or the same as the update_mask in BatchUpdateMembersRequest when UpdateMemberRequest is built as a child request of BatchUpdateMembersRequest.

          Type : string

        name

          Required : Yes

          Description : Identifier. Resource name of the member. Format: spaces/{space}/members/{member}

          Type : string

          Location : path

          Pattern : ^spaces/[^/]+/members/[^/]+$