Returns details about a membership. For an example, see Get a membership.
Requires authentication. Fully supports service account authentication and user authentication. User authentication.
HTTP request
GET https://chat.googleapis.com/v1/{name=spaces/*/members/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Resource name of the membership to retrieve. To get the app's own membership, you can optionally use Format: When authenticated as a user, you can use the user's email as an alias for |
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.