{
"name":"<<string>>", //REQUIRED
"email": "EMAIL", // REQUIRED
"website":"<<string>>",
"address":"<<string>>", //REQUIRED
"city":"<<string>>", //REQUIRED
"state":"<<string>>", //REQUIRED
"enabled_connections": [
{
"connection_id": "<<string>>",
"assign_membership_on_login": true,
"show_as_button": true,
"is_signup_enabled": true
}
], //REQUIRED
}