Admin to update Employee's KYC status

This api is for Admin to update the KYC status of an employee with attached card kit


REST


Headers

FieldsTypeDescriptionExampleO/MData Management
URLstring/v1/employees/<employee_id>/kycStatusM
METHODstringPUTM
content-typestringJSONapplication/jsonM
x-access-tokenstringSession token with validitytokenM

Request

{
  "kycStatus": "FULL_KYC or MIN_KYC or NO_KYC"
}


Response

On Success

{
  "success": true
}

On Error

{
  "error": "Unable to update kycStatus to Employee kyc field",
  "success": false
}