I'd like to use the Create or Update User API to bulk import and update our users. However, we use multiple organization memberships, which seems out of the norm, so I wanted to verify that it could handle this scenario. Maybe something like;
{
"email": "roge@example.org",
"organizations": [
{ "name": "Foo" },
{ "name": "Bar" }
]
}