Method: spaces.members.get

Returns details about a membership. For an example, see Get a membership.

Requires authentication. Fully supports service account authentication and user authentication. User authentication requires the chat.memberships or chat.memberships.readonly authorization scope.

HTTP request

GET https://chat.googleapis.com/v1/{name=spaces/*/members/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Resource name of the membership to retrieve.

Format: spaces/{space}/members/{member}

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of Membership.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/chat.bot
  • https://www.googleapis.com/auth/chat.memberships
  • https://www.googleapis.com/auth/chat.memberships.readonly

For more information, see the Authorization guide.