I have a user attempting to create envelopes via power automate.
When they do so, the power automate flow returns the following error when using the CreateEnvelope action:
{
"errorCode": "USER_DOES_NOT_BELONG_TO_SPECIFIED_ACCOUNT",
"message": "The specified User is not a member of the specified Account."
}
They can run the flow, which requires a successful sign in to DocuSign.
They can create and send envelopes via the DocuSign web app.
The user is a user in our DocuSign tenant, and DocuSign SSO group, and seemingly identical users are not encountering the error.
Things I’ve tried to troubleshoot:
- re-created the user’s docusign account with highest privs
- deleted all previously created power automate connections associated with this user in power automate
- re-created the connection used when signing into the flow
Any assistance would be appreciated.