I’m trying to set an array in user_metadata, but getting a payload validation error:
“Expected type object, null but found type array on property user_metadata”
However I can set an array to user_metadata directly from portal, and it saves successfully.
So, why can’t I do this from Management API, or is there a way to do it?