Users Management
| Name | Description | Introduced In |
|---|---|---|
| signout | This API helps to signout from the application. | 2021.07 |
| createInfinityProspect | This API creates a new prospect in the DBX DB. | 2021.01 |
| createInfinityProspectAndLogin | This API creates a new prospect in the DBX Database and performs a silent login for the applicant. | 2021.01 |
| Fetch Customer Applications | This experience API is used to fetch all the applications which Customer has created in Digital Origination | 2024.12 |
| Description: | This API helps to signout from the application. | |||||
| Method: | POST | |||||
| URL: | {{baseUrl}}/services/data/v1/UsersManagement/operations/User/signout | |||||
| Security Level: | Anonymous App User | |||||
| Header Request: |
|
|||||
| Body Request: | {
"StartTime": "2021-07-26 7:56:24.204",
"ApplicationId": "3X88WLM",
"eventSubType": "ONBOARDING_IDLETIMEOUT"
}
|
|||||
| Response: | {
"opstatus": 0,
"httpStatusCode": 0
}
|
|||||
| Error Code(s): |
|
|||||
| Service Flow: |
|
| Description: | Creates a new prospect in the DBX DB. | |||||
| Method: | POST | |||||
| URL: | {{baseUrl}}/services/data/v1/UsersManagement/operations/Prospect/createInfinityProspect | |||||
| Security Level: | Anonymous App User | |||||
| Header Request: |
|
|||||
| Body Request: |
Parameters firstName (Mandatory) Specifies the first name of the user. lastName (Mandatory) Specifies the last name of the user. dateOfBirth (Mandatory) Specifies the date of birth of the user. email (Mandatory) Specifies the email ID of the user. phoneNumber (Mandatory) Specifies the phone number of the user. {
"firstName": "test",
"lastName": "test",
"dateOfBirth": "12-04-1995",
"email": "test@test.com",
"phoneNumber": "+91-1234567890"
}
|
|||||
| Response: |
Parameters UserName Specifies the unique ID of the user. id Specifies the unique ID of the user. {
"UserName":"xxxx",
"id":"xxxx"
}
|
|||||
| Error Code(s): |
Error Code: 10216 |
|||||
| Service Flow: |
|
| Description: | Creates a new prospect in the DBX Database and performs a silent login for the applicant. | |||||
| Method: | POST | |||||
| URL: | {{baseUrl}}/services/data/v1/UsersManagement/operations/Prospect/createInfinityProspectAndLogin | |||||
| Security Level: | Anonymous App User | |||||
| Header Request: |
|
|||||
| Body Request: |
Parameters firstName (Mandatory) Specifies the first name of the user. lastName (Mandatory) Specifies the last name of the user. dateOfBirth (Mandatory) Specifies the date of birth of the user. email (Mandatory) Specifies the email ID of the user. phoneNumber (Mandatory) Specifies the phone number of the user. {
"firstName": "Virat",
"lastName": "Kohli",
"dateOfBirth": "1985-10-10",
"email": "kanand@temenos.com",
"phoneNumber": "+91-9994305648"
}
|
|||||
| Response: | {
"InfinityProspectAuth": [{
"dbxuserlogin": "b2991603-0339-4e64-8aa2-07a945f66a3d",
"session_token": "b2991603-0339-4e64-8aa2-07a945f66a3d",
"UserName": "4425540249"
}],
"opstatus": 0,
"httpStatusCode": 0
}
|
|||||
| Error Code(s): |
Error Code: 10216 |
|||||
| Service Flow: |
|
| Description: | This API will be invoked when user logs into MB app and then in Hamburger selects "Explore Products or Resume Application" and then post successful login into Origination. | |||||
| Method: | POST | |||||
| URL: | /services/data/v1/UsersManagement/operations/Applications/getCustomerApplications | |||||
| Security Level: | Authenticated | |||||
| Header Request: |
|
|||||
| Body Request: | {
"Customer_id": "1768712269",
"Application_status": "started"
}
|
|||||
| Response: | {
"customerapplications": [
{
"createdDate": "2024-11-06T09:31:28.577Z",
"productGroupName": "Savings Accounts",
"applicationId": "235ZMFV",
"productName": "Salary Savings Account"
},
{
"createdDate": "2024-11-07T07:26:33.940Z",
"productLineName": "Deposits",
"applicationId": "DZCGVQP",
"noOfProducts": 3
},
{
"createdDate": "2024-11-06T06:38:28.044Z",
"productGroupName": "Business Banking - Accounts",
"applicationId": "3VD58HZ",
"productName": "Business Banking - Start Up Account"
}
],
"opstatus": 0,
"httpStatusCode": 0,
"opstatus_fetchAllOnboardingApplications": 0,
"opstatus_fetchAllSMEOnboardingApplications": 0
}
|
|||||
| Error Code(s): |
75633 - "GetOnboardingApplications Operation failed" 75634 - "GetSMEOnboardingApplications Operation failed" |
|||||
| Service Flow: |
|
In this topic