How to assign multiple Permission Sets using System for Cross-Domain Identity Management (SCIM) REST API in Salesforce?

System for Cross-Domain Identity Management (SCIM) REST API in Salesforce can be used to assign multiple Permission Sets to an user. 1. Create a Connected App in Salesforce. Connected App Callback URL: https://d8c0000015heneaq-dev-ed.my.salesforce.com/services/oauth2/callback Here, d8c0000015heneaq-dev-ed is my Salesforce Domain. 2. Note down the Consumer Key and Consumer Secret from the Connected App. 3. Get Salesforce Access Token. … Continue reading How to assign multiple Permission Sets using System for Cross-Domain Identity Management (SCIM) REST API in Salesforce?