The User Creation API helps you to set up new customer profiles in your system. By using this API, you can register users by gathering their essential information along with details about their financial assets. Once a user is successfully registered, they are assigned a unique finsire_id, which is crucial for identifying them within your system and should be securely stored on your server. This helps in organizing user data effectively and complying with regulatory standards.

Input

To create a new user profile, you need to provide the following details:

User: Contains personal information about the user.

Name: The full name of the user (e.g., "John Doe").

Phone: The phone number of the user (e.g., "9876543210").

PAN Card: The PAN (Permanent Account Number) of the user (e.g., "PANQU6322Q").

Asset Details: A list describing the types of financial assets the user owns (e.g., Salary, Insurance, Gold, Bonds, FD, GST, ITR, Bank Account Statements, Vehicle, Mutual Funds, NPS).

KYC Status: Indicates whether the user has completed their KYC procedures (true or false).

Output

The output from this API is a unique identifier called a finsire_id, assigned to the user upon successful registration. This ID should be stored carefully as it's necessary for future interactions with the user.
finsire_id: The unique identifier for the user (e.g., "finsire_123456789").