AI-generated Key Takeaways
-
Retrieves the notification settings for a specific Google Chat space for the authenticated user.
-
Requires providing the user and space identifiers in the request URL.
-
Returns a
SpaceNotificationSetting
object containing the space's notification configuration details upon successful execution. -
Needs authorization with the
https://www.googleapis.com/auth/chat.users.spacesettings
scope for access. -
Available as part of the Google Workspace Developer Preview Program.
Gets the space notification setting. For an example, see Get the caller's space notification setting.
Requires user authentication with the authorization scope:
https://www.googleapis.com/auth/chat.users.spacesettings
HTTP request
GET https://chat.googleapis.com/v1/{name=users/*/spaces/*/spaceNotificationSetting}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. Format: users/{user}/spaces/{space}/spaceNotificationSetting
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of SpaceNotificationSetting
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/chat.users.spacesettings
For more information, see the Authorization guide.