PUT restapi/personal/person/PersonSetting/RemindConnectGoogleOnLogin/v1

Set the person setting "RemindConnectGoogleOnLogin".

When this setting is on the user will be reminded to connect his/her the Google account if a IsGoogleIntegrationEnabled and IsGlobalSsoFromGoogleEnabled on the site

Request Information

URI Parameters

None.

Body Parameters

True will enable reminder, false will disable reminder

boolean

Request Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>

application/x-www-form-urlencoded

Sample:
No sample available

Response Information

Resource Description

None.