raguv12ps
4 years agoAce
Automate Endpoint
I'm trying to run an endpoint automatically to assign roles to users in community by communicating with salesforce through Rest API. It uses the users community email to fetch appropriate roles from salesforce for assignment.
I had a few questions
1)Can we automate endpoint on server end (Fetches all users through lithium api and update user role in batches).
2)I recently came across sign in event in community, I thought to add all calls to salesforce on Page Init script for assigning roles (Individual user data update on event trigger). But I was worried that the user can check "Keep me signed in" which bypass the sign in event.
Please let me know if there is any way I can achieve this functionality.