Type Alias AiPriseUserProfileResultUpdateEventCallback
AiPriseUserProfileResultUpdateEventCallback: {
client_reference_id?: string;
user_profile_event_type: "RESULT_UPDATE";
user_profile_id: string;
} & (
| { updated_result: "APPROVED"
| "REVIEW"
| "UNKNOWN" }
| {
reason: {
company_id: string;
id: string;
reason_code: string;
reason_message: string;
};
updated_result: "DECLINED";
}
)
Sent when the result of a User Profile is updated