Method: users.spaces.spaceNotificationSetting.get

Ruft die Einstellungen für den Benachrichtigungsstatus des Gruppenbereichs ab.

Erfordert eine Nutzerauthentifizierung.

HTTP-Anfrage

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

Die URL verwendet die Syntax der gRPC-Transcodierung.

Pfadparameter

Parameter
name

string

Erforderlich. Format: users/{user}/spaces/{space}/spaceNotificationSetting

  • users/me/spaces/{space}/spaceNotificationSetting, ODER
  • users/user@example.com/spaces/{space}/spaceNotificationSetting, ODER
  • users/123456789/spaces/{space}/spaceNotificationSetting. Hinweis: Im Pfad ist nur die Nutzer-ID oder E-Mail-Adresse des Anrufers zulässig.

Anfragetext

Der Anfragetext muss leer sein.

Antworttext

Wenn der Vorgang erfolgreich abgeschlossen wurde, enthält der Antworttext eine Instanz von SpaceNotificationSetting.

Autorisierungsbereiche

Erfordert den folgenden OAuth-Bereich:

  • https://www.googleapis.com/auth/chat.users.spacesettings

Weitere Informationen finden Sie im Leitfaden zur Autorisierung.