Account Service
account management settings
Account Management Settings
PATCH /realandmate/v1/AccountService
Updates .
{
"preferences": {
"language_default": string,
"time_zone_default": string,
"notifications_default": boolean
},
"security_settings": {
"min_username_length": number,
"max_username_length": number,
"min_password_length": number,
"max_password_length": number,
"require_two_factor_auth": boolean
},
"subscription_management":{
"show_plans_modal_window": boolean,
"show_plans_modal_window_repeat_after": number
},
"activity_logs": boolean
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
PATCH https://example.com/realandmate/v1/AccountService
{
"preferences": {
"language_default": "English",
"time_zone_default": "America/New_York",
"notifications_default": true
},
"security_settings": {
"min_username_length": 1,
"max_username_length": 50,
"min_password_length": 14,
"max_password_length": 50,
"require_two_factor_auth": false
},
"subscription_management":{
"show_plans_modal_window": true,
"show_plans_modal_window_repeat_after": 30
},
"activity_logs": true
}
{
"preferences": {
"language_default": string,
"time_zone_default": string,
"notifications_default": boolean
},
"security_settings": {
"min_username_length": number,
"max_username_length": number,
"min_password_length": number,
"max_password_length": number,
"require_two_factor_auth": boolean
},
"subscription_management":{
"show_plans_modal_window": boolean,
"show_plans_modal_window_repeat_after": number
},
"activity_logs": boolean
}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
{
"preferences": {
"language_default": "English",
"time_zone_default": "America/New_York",
"notifications_default": true
},
"security_settings": {
"min_username_length": 1,
"max_username_length": 50,
"min_password_length": 14,
"max_password_length": 50,
"require_two_factor_auth": false
},
"subscription_management":{
"show_plans_modal_window": true,
"show_plans_modal_window_repeat_after": 30
},
"activity_logs": true
}