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 |

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: |
|
In this topic