Category Personalization
Create a user-level counterparty category personalization
Create a user-level counterparty category personalization.
This personalization will apply to all enrichments that take place at the given counterpartyId for the user with the given userId.
To learn more about user category personalization, please read the User Category Personalization Guide.
put/users/{userId}/counterparty-category-personalizations
Request body
Example request
{
"counterpartyId": "d730906b-f1a8-49f1-9939-f27390170a6d",
"categoryId": "011-000-000-000"
}Response
Updated
Example response
{
"counterpartyId": "d730906b-f1a8-49f1-9939-f27390170a6d",
"categoryId": "011-000-000-000",
"userId": "user1234"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.