- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Returns details about a membership. For an example, see Get details about a user's or Google Chat app's membership.
Supports the following types of authentication:
User authentication You can authenticate and authorize this method with administrator privileges by setting the
useAdminAccess
field in the request.
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 by using user authentication, you can optionally use Format: You can use the user's email as an alias for |
Query parameters
Parameters | |
---|---|
use |
Optional. When The calling user must be a Google Workspace administrator with the manage chat and spaces conversations privilege. Requires the Getting app memberships in a space isn't supported when using admin access. |
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.admin.memberships
https://www.googleapis.com/auth/chat.admin.memberships.readonly
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.