Hi,
I found out, what is the problem, but I don't know how to solve it.
We Have 4 accounts (A,B,C,D) and the first one A is the root, and 3 others (B,C,D )are managed by A.
We got USER_LIST_NOT_APPLICABLE error because, we want to insert new data into user_list of the account B.
But I still don't know how to create REST API call, to insert data into user_list of the account B.
This is URL of request:
What id should be filled in? Is that correct URL?
What keys should be in the header?
Authorization, developer-token, something else ?
I have tried to add there login-customer-id, which was filled by account B id. But it doesn't work.
Here is the request body with deleted information (yellow background).
{
"customer_match_user_list_metadata": {
"user_list": " user list name"
},
"operations": [
{"create": {
"user_identifiers": {
"hashed_phone_number": "hashed phone number"
}
}
}
]
}
Monika
Dne čtvrtek 18. února 2021 v 12:07:38 UTC+1 uživatel Monika Filipcikova napsal: