I have a .NET
service that uses the DocuSign REST API to create envelopes. We need other DocuSign users in the same account to be able to correct documents created by the service. The service uses the SOBO login (using X-DocuSign-Authentication header) when calling EnvelopesApi.CreateCorrectView(account,envelopeId,options)
.
The call throws an exception with this message:
"Error calling CreateCorrectView: { "errorCode": "USER_NOT_ENVELOPE_SENDER", "message": "This user is not the sender of the envelope. Only the sender of the envelope may perform the requested operation."
I was able to do corrections of other users documents using the DocuSign UI without any problems.
Any help or ideas are appreciated.