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