@shaju wrote:
I need to create custom user settings for other users from the admin account.For that I used POST user/custom api and the example value contains user_id so that I can set custom data to any of the user that I want.Example post body in the api doc is {
“resource”: [
{
“user_id”: 0,
“name”: “string”,
“value”: “string”
}
],
“ids”: [
0
]
}
But when adding the data in user_custom table in database is with user_id of admin account,not the user_id I specified in the POST.Is there any solution to create custom settings for users from admin account.
Posts: 1
Participants: 1