The addKycInformation
API is used to collect essential identity information from employees as part of the KYC (Know Your Customer) process for regulatory compliance and identity validation.
This a mandatory step in the user onboarding flow. Users must complete this step before proceeding with tax information (W-4) or bank account setup.
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
The response is of type object
.