Is there any guarantee that the order of "users" and "accounts" in a webhook notification body is the same?
e.g. in the sample webhook notification below, does the user "12345678" correspond to the account "dbid:AAH4f99T0taONIb-OurWxbNQ6ywGRopQngc"?
{
"list_folder": {
"accounts": [
"dbid:AAH4f99T0taONIb-OurWxbNQ6ywGRopQngc",
...
]
},
"delta": {
"users": [
12345678,
23456789,
...
]
}
}