Method: legacySoarSettings.legacyGetUserRegistrationSettings

Full name: projects.locations.instances.legacySoarSettings.legacyGetUserRegistrationSettings

legacySoarSettings.legacyGetUserRegistrationSettings returns the user registration settings.

HTTP request


Path parameters

Parameters
instance

string

Required. The instance to get the user registration settings for. Format: projects/{project}/locations/{location}/instances/{instance}

Query parameters

Parameters
emailInvitationEnabled

boolean

Output only. Whether the email invitation is enabled.

Request body

The request body must be empty.

Response body

Response message for LegacySoarSettingService.LegacyGetUserRegistrationSettings.

If successful, the response body contains data with the following structure:

JSON representation
{
  "emailInvitationEnabled": boolean
}
Fields
emailInvitationEnabled

boolean

Output only. Whether the email invitation is enabled.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.