| Bookmark Name | Actions |
|---|
Profile Management
The Profile Management APIs allow the user to modify the profile settings from the Profile Settings module of the Infinity Application.
For more information on Profile Management, refer to the Infinity SME Banking Documentation.
| Name | Description | Introduced In |
|---|---|---|
| updateUserProfileImage | This API allows the user to update the profile image from the Profile Settings module. | 2020.04 |
| deleteUserProfileImage | This API allows the user to delete the profile image from the Profile Settings module. | 2020.04 |
| getUserProfileImage | This API allows the user to fetch the profile image from the Profile Settings module. | 2020.04 |
| Description: | This API allows the user to update the profile image from the Profile Settings module. |
| Method: | POST |
| URL: | /services/data/v1/RBObjects/operations/DbxUser/updateUserProfileImage |
| Security Level: | Authorized App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
Parameters UserImage Specifies the user image with which the Profile Settings module must be updated. {
"UserImage": ""
}
|
| Response: |
Parameters /success Specifies whether the profile image has been deleted successfully or not. /deletedRecords Specifies the number of records that got deleted. {
"success": "success",
"opstatus": 0,
"httpStatusCode": 0,
"deletedRecords": 1
}
|
| Description: | This API allows the user to delete the profile image from the Profile Settings module. |
| Method: | POST |
| URL: | /services/data/v1/RBObjects/operations/DbxUser/deleteUserProfileImage |
| Security Level: | Authorized App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
None |
| Response: |
Parameters /success Specifies whether the business user has been created successfully or not. {
"success": "success",
"opstatus": 0,
"httpStatusCode": 0
}
|
| Description: | This API allows the user to fetch the profile image from the Profile Settings module. |
| Method: | POST |
| URL: | /services/data/v1/RBObjects/operations/DbxUser/getUserProfileImage |
| Security Level: | Authorized App User |
| Header Request: | X-Kony-Authorization |
| Body Request: |
None |
| Response: |
Parameters /userImage Specifies the name of the image that has been fetched. {
"UserImage": "",
"opstatus": 0,
"httpStatusCode": 0
}
|
| Error Code(s): | Error Code: 10195 Error Message: Error in fetching user image |
Add Bookmark
save your best linksView Bookmarks
Visit your best linksIn this topic
Are you sure you want to log-off?