I am trying to use the Sailpoint Beta API to add a user to a role using the Patch a specified Role method provided by the api. I am receiving the following errors:
Just a quick suggestion since it jumped out at my after reading this quickly: Check the spelling of the path value in your body. You have “memebership” where I assume you meant “membership”
@briane_bullock scratch that. I needed to include the whole object that will be added to the identity list rather than just the IdentityId for the value. Thank you for spotting my bad spelling that was a big issue as well.