You need to sign in to do that
Don't have an account?

How can i reset Password for a User when logged in as "Customer Community" license
Hi All,
I am trying to reset password for a User From Community using "Customer Community" license. But doing so gives me error "UNKNOWN_EXCEPTION, common.apex.runtime.impl.ExecutionException: INVALID_SESSION_ID: This session is not valid for use with the API: []: "
Can anyone please tell me what's the issue for that and how can i resolve it?
I am trying to reset password for a User From Community using "Customer Community" license. But doing so gives me error "UNKNOWN_EXCEPTION, common.apex.runtime.impl.ExecutionException: INVALID_SESSION_ID: This session is not valid for use with the API: []: "
Can anyone please tell me what's the issue for that and how can i resolve it?
Please refer to below link: https://help.salesforce.com/apex/HTViewSolution?urlname=Why-is-my-client-application-getting-an-INVALID-SESSION-ID-error-1327109389075&language=en_US
I hope this helps.
Thanks for the reply,
But i am not calling the resetPassword from client app through SOAP.
It's from a Apex Class which is being called from Community Login.
And that is happening for system.resetPassword().
Is it something related to clickjacking protection enabled on Session Settings??