Authomatically provision users to applications from Auth)

Use case:
I have user A in Auth0 and I want to provision user A directly to application (example- Salesforce). Salesforce has provisioning option enabled.

Is there a way to provision users into Salesforce with required attributes directly from Auth0 via API or otherwise?
Thanks

Hi @dev.technuf,

It sounds like you are talking about role based access control.

Take a look at that link. If it doesn’t describe what you are facing please provide some more detail about your use-case.

Thanks,
Dan

The use case is simple provisioning. Let’s say user A exists in Auth0 and Salesforce is SSO integrated. Is there a way to programmatically provision/add user into Salesforce platform, without having to separately provision user in Salesforce (or for any other apps for that matter). Thanks.