Skip to main content

RectifyItemDto

entityKindstringrequired

Possible values: [user, client, agent]

entityIdstringrequired
fieldstringrequired
newValuestringrequired

Possible values: <= 500 characters

RectifyItemDto
{
"entityKind": "user",
"entityId": "string",
"field": "string",
"newValue": "string"
}