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
MandyKoolMandyKool 

Dynamic Partner Portal User Creation

Hi All,

 

Does anybody know how to create a "Partner Portal User" dynamically.

We have a scenario where we have to create the Partner Portal Users dynamically. Account and Contact will be there and we have to create the user dynamically. For the salesforce org SSO is enabled. The SSO uses federated authentication.

 

Is there any API usign which we can create the Partner Portal Users dynamically?

 

MandyKoolMandyKool

Checked in Web Services API and found that User has a picklist called UserType.

 

Using which we can set the UserType = PRM.

 

I think that will solve the problem.

If anybody has already worked on all these things.. can also add their comments..