Forum Discussion
rahuldhomane
12-14-2021ETL
I am getting the following error message with the below post request:
----Error---
"status": "error",
"message": "[object Object]"
}
--------Request------
[
{
"column": "CLIENT_ID",
"shares": [
{
"party": "rahul.dhomane",
"type": "user"
}
],
"table": "s01_a_n_se_ratig_y_clien.txt",
"allMembers": null,
"datatype": "text",
"members": [
"0653"
],
"exclusionary": false
}
]
irismaessen
12-14-2021Data Pipeline
I've only ever personally used these APIs with the ids of groups as values for "party". Perhaps you need the id of the user instead of the name?