Profile Management
The Profile Management APIs allow the user to modify the profile settings from the Profile Settings module of the Temenos Digital Application. The Profile Management feature is common to both Retail Banking and SME Banking.
For more information on Profile Management, refer to the Temenos Digital 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/ExternalUserManagement/operations/ExternalUsers_2/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/ExternalUserManagement/operations/ExternalUsers_2/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/ExternalUserManagement/operations/ExternalUsers_2/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 |
In this topic