Account Membership

The various memberships a User can belong to within an Account.

Array
A collection of Group.
Array
An array of Initiative.
{
	"accountMembership" : 
	{
		"@type" : "AccountMembership",
		"accountGroups" : 
		[
			{
				"accountGroup" : 
				{
					"@id" : "URL",
					"@type" : "AccountGroup",
					"elementId" : "String",
					"name" : "String"
				}
			}
		],
		"accountInitiatives" : 
		[
			{
				"accountInitiative" : 
				{
					"@id" : "URL",
					"@type" : "AccountInitiative",
					"elementId" : "String",
					"name" : "String"
				}
			}
		]
	}
}
Visualized image