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
Aaron Wilson 1Aaron Wilson 1 

Is there an API for managing external identity user accounts?

Hi. Are there any APIs for registering new external identity user accounts? For example, if I wanted to integrate a user onboarding workflow into a desktop application.
VinayVinay (Salesforce Developers) 
Hi Aaron,

You can check if SOAP or REST API usage for you requirement to make API calls to integrate any external system.

https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_quickstart_intro.htm
https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/intro_what_is_rest_api.htm

Thanks,