Method: spaces.members.create

Creates a member.

This API supports the fields parameter in SystemParameterContext. When the fields parameter is omitted, this API response will default to "name,email,role,user".

HTTP request

POST https://meet.googleapis.com/v2/{parent=spaces/*}/members

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Format: spaces/{space}

Request body

The request body contains an instance of Member.

Response body

If successful, the response body contains a newly created instance of Member.

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authorization guide.