REST Resource: spaces.members

Resource: Member

Users who are configured to have a role in the space. These users can join the space without knocking.

JSON representation
{
  "name": string,
  "email": string,
  "role": enum (Role)
}
Fields
name

string

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

email

string

Email for the member. This is required for creating the member.

role

enum (Role)

The meeting role assigned to the member.

Role

Role of this member in the space.

Enums
ROLE_UNSPECIFIED This is used to indicate the user hasn't specified any value and the user’s role will be determined upon joining the meetings between 'contributor' and 'viewer' role depending on meeting configuration. For more information about the viewer role, see Assign View only roles in Google Meet.
COHOST Co-host role.

Methods

batchUpdate

Updates members of one space within a batch.

create

Creates a member.

delete

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

get

Gets a member.

list

Lists members.

patch

Updates a member.