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 ( |
| Fields | |
|---|---|
name |
Identifier. Resource name of the member. Format: spaces/{space}/members/{member} |
email |
Email for the member. This is required for creating the member. |
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 |
|
|---|---|
|
Updates members of one space within a batch. |
|
Creates a member. |
|
Deletes the member who was previously assigned roles in the space. |
|
Gets a member. |
|
Lists members. |
|
Updates a member. |