function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
pcroadkillpcroadkill 

Changing users from Chatter Free to full license

I am using the Web Services API to manage users. We have some existing users in Salesforce that are currently chatter free that need to be changed to a full license user.

 

I load their user object and change the role and profile but apparently I am missing something because I get the following error when I try to save:

 

FIELD_INTEGRITY_EXCEPTION -> CSN Only Users cannot have a user role: Role ID...

 

I there are guide/steps that I need to take to accomplish this. Any help would be greatly appraciated...