You need to sign in to do that
Don't have an account?

API User cannot access field using SOAP
Hi -
Using SOAP API, our API User cannot view the MediumPhotoUrl field. Apparently this is on the CollaborationGroup object and is new in summer release as of yesterday. How do i give my API user access visibility to this field? I believe i need to update the API version but how??
INVALID_FIELD:
Market__c, Media_Solutions__c, MediumPhotoUrl, MiddleName, MobilePhone
^
ERROR at Row:1:Column:866
No such column 'MediumPhotoUrl' on entity 'User'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.
Using SOAP API, our API User cannot view the MediumPhotoUrl field. Apparently this is on the CollaborationGroup object and is new in summer release as of yesterday. How do i give my API user access visibility to this field? I believe i need to update the API version but how??
INVALID_FIELD:
Market__c, Media_Solutions__c, MediumPhotoUrl, MiddleName, MobilePhone
^
ERROR at Row:1:Column:866
No such column 'MediumPhotoUrl' on entity 'User'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.
This field is probably absent from your WSDL.
I believe you should re export an updated WSDL, regenerate code and retry.
Uri
Did you manage to resolve this? we're having the same issue,
I've checked the WSDL and the field is included for both CollaborationGroup and User but we still get the same message when trying to get the User field
and salesforce is probably up to **..../38.0/****** or something along those lines.