I am analyzing the getting the profile photo for contact using rest API in bullhorn .
First part :
If i upload the picture only then able to get it . So I am trying to find any option to upload image in bullhorn crm ui. I can't see any option to upload profile picture in my bullhorn account ( username : gdubey1234 ) . Any setting to need to do for this ?
Second part :
I found get profile picture API from bullhorn https://bullhorn.github.io/rest-api-doc ... dshot-file , but its returned some error .
Request :
Code: Select all
/userHeadshotFile/16429?BhRestToken=********
Code: Select all
response : {
"errorMessage": "Feature 'commercialEnabled' not enabled.",
"errorMessageKey": "errors.featureDisabled",
"errorCode": 403
}