I am doing a couple of api calls “GET RecipientTabs” and “DELETE Recipients” in my production environment and using sender of envelope as SOBO functionality in authentication header. We closed a user after he sent an envelope and envelope’s s status is in-process now. If I perform api calls on this envelope, I’m getting the following error:
"errorCode": "USER_LACKS_MEMBERSHIP",
"message": "The UserID does not have a valid membership in this Account."
As of my understanding, this error is occurring because the sender of envelope is closed and he is inactive now. I have the docusign administrator rights in my production account and Is there any way to skip the issue and perform the api calls successfully on envelope?