- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Updates a membership. For an example, see Update a user's membership in a space.
Requires user authentication.
HTTP request
PATCH https://chat.googleapis.com/v1/{membership.name=spaces/*/members/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
membership.name |
Resource name of the membership, assigned by the server. Format: |
Query parameters
Parameters | |
---|---|
updateMask |
Required. The field paths to update. Separate multiple values with commas or use Currently supported field paths:
|
useAdminAccess |
When The calling user must be a Google Workspace administrator with the manage chat and spaces conversations privilege. Requires the |
Request body
The request body contains an instance of Membership
.
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.import
https://www.googleapis.com/auth/chat.memberships
For more information, see the Authorization guide.