Hi everyone,
I'm using a DocuSign Developer account and I'm facing the following error whenever I try to send an envelope using the REST API:
{
"errorCode": "RECIPIENT_LIMIT_EXCEEDED",
"message": "You have reached the maximum number of recipients permitted for a single transaction in your account. Please ask your administrator to increase your limit."
}I'm using the C# SDK, and the exception is thrown from EnvelopesApi.CreateEnvelopeAsync().
What I've verified:
- My account is a Developer (Demo) account.
- Authentication (JWT OAuth) is working correctly.
- The same error occurs not only through the REST API but also when I try to send an envelope manually from the DocuSign Demo website.
- My account usage shows:
- Envelopes: 108 / Unlimited
- Workspace: 0 / 500000 MB
- I'm not seeing any indication that I've reached an envelope sending limit.
Since the error also occurs from the DocuSign web application, I believe this is not an issue with my code.
My questions are:
- What exactly causes RECIPIENT_LIMIT_EXCEEDED when the account shows Unlimited envelope usage?
- Could this be an account configuration issue or a restriction on my Demo account?
- Is there a way to check the maximum recipients allowed per envelope?
- Has anyone experienced this issue on a Developer account, and how was it resolved?
Any suggestions would be greatly appreciated. Thank you!
Back to Docusign.com


