Users
Retrieve the custom properties (side info) defined for users in the specified database.
Request
The ID of the database to operate on
Request samples
curl --location --request GET 'https://api.recomms.ai//users/side-info'
Responses
array of:
date_created
string <date-time>
optionaldate_updated
string <date-time>
optional[
{
"key": "string",
"data_type": "string",
"date_created": "2019-08-24T14:15:22Z",
"date_updated": "2019-08-24T14:15:22Z"
}
]
Modified at 2025-03-13 16:59:07