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
gtuerk_greensaasgtuerk_greensaas 

Partner Community license use Rest API

I'm exploring two integration options for using partner community licenses for a call center.  There is a separate portal that has a bunch of other stuff in it but it interacts quite a bit with the Salesforce API.  As users get provisioned in that portal, we'll be granting them access to Partner Community licenses.  I would like to have the portal itself have one of those logins and interact with the REST API for CRUD operations.  We have a connected app set up and use OAUTH2 but that is against the main SFDC application, not the community.  I would like to avoid putting the community in a frame within that portal.  Is there a way to have the Partner Community login access the data via the REST API?
Best Answer chosen by gtuerk_greensaas
gtuerk_greensaasgtuerk_greensaas
well.  i guess there is an answer.  I did the following:

1. Clone the Partner Community Portal profile
2. Click API enabled and REST API enabled
3. Created a new Connected App and set the callback url and auth/access token urls to prefix with the portal subdomain
4. ...
5. Success