The various memberships a User can belong to within an Account.
{ "accountMembership" : { "@type" : "AccountMembership", "accountGroups" : [ { "accountGroup" : { "@id" : "URL", "@type" : "AccountGroup", "elementId" : "String", "name" : "String" } } ], "accountInitiatives" : [ { "accountInitiative" : { "@id" : "URL", "@type" : "AccountInitiative", "elementId" : "String", "name" : "String" } } ] } }