• Yogesh Patil 80
  • NEWBIE
  • 0 Points
  • Member since 2020

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 2
    Replies
We are facing an issue with respect to Health Cloud package for Registration API. Whenever we hit the Registration API, we insert a household account, contact, user and the Account Contact Relationship. While we insert account/contact using Registration API in the scope of Guest User we encounter the below error:

You don't have the level of access required to complete this action. Please contact your administrator for help.

We didn’t found any documentation associated with this trigger implementation. We have provided all object access, FLS for account, contact objects, Access to API for guest user. Also, the error message generated is not due to custom code of Registration API but from the code in HealthCloudGA.AccountTrigger.
 
We are facing an issue with respect to Health Cloud package for Registration API. Whenever we hit the Registration API, we insert a household account, contact, user and the Account Contact Relationship. While we insert account/contact using Registration API in the scope of Guest User we encounter the below error:

You don't have the level of access required to complete this action. Please contact your administrator for help.

We didn’t found any documentation associated with this trigger implementation. We have provided all object access, FLS for account, contact objects, Access to API for guest user. Also, the error message generated is not due to custom code of Registration API but from the code in HealthCloudGA.AccountTrigger.