v1
latestOpenAPI 3.1.02026-07-2413037.0 KBUpdate User Enrollment Operation
Update User Enrollment Operation
post/userEnrollments/{enrollmentId}/operations
Path parameters
enrollmentIdstring required
The id of the user enrollment in Kalixa system
Request body
Example request
{
"merchantId": "companyXY",
"clientSystemUserEnrollmentId": "enrollment123",
"type": "MoveToEnrolled",
"userId": 5678432
}Response
Successful operation
Example response
{
"id": "userEnrollmentID",
"state": "Enrolled"
}