code-examples-csharp
code-examples-csharp copied to clipboard
Cant link user to organization
When i am trying to link user with organization it is giving me 400 error POST https://admindemo.docusign.com/admin/api/organizationapi/post?uri=%2Fmanagement%2Fv1%2Forganizations 400 (Bad Request)
Hello Ghayuur,
The Header you provided, however, doesn't present the specific API version and, it's not clear to the API call associated with this URL.
For example, to update an existing user, your header should be something like: https://demo.docusign.net/Management/v2/organizations/{organizationId}/users/profiles
Also, there are several 400 error messages such as invalid_grant, for example. You can check the API Documentation below: https://developers.docusign.com/docs/admin-api/reference/usermanagement/esignusermanagement/
If you still experience issues, you can reach out to DocuSign Developer Support for further guidance.
Hey there It was actually generated on the official website of docusign with a demo account. I was trying to create the organization and link accounts but it kept on giving me errors. I would love to contribute in code if you need me to. Regards Ghayyur
On Fri, Oct 27, 2023 at 6:14 PM esilva600 @.***> wrote:
Hello Ghayuur,
The Header you provided, however, doesn't present the specific API version and, it's not clear to the API call associated with this URL.
For example, to update an existing user, your header should be something like:
https://demo.docusign.net/Management/v2/organizations/{organizationId}/users/profiles
Also, there are several 400 error messages such as invalid_grant, for example. You can check the API Documentation below:
https://developers.docusign.com/docs/admin-api/reference/usermanagement/esignusermanagement/
If you still experience issues, you can reach out to DocuSign Developer Support for further guidance.
— Reply to this email directly, view it on GitHub https://github.com/docusign/code-examples-csharp/issues/39#issuecomment-1782897234, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKO73W7WXET5UXWXY2SFKTLYBOXSVAVCNFSM6AAAAAA6SL4U2CVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBSHA4TOMRTGQ . You are receiving this because you authored the thread.Message ID: @.***>
I'm not clear what exactly is the problem, you are reporting two different issues. How did you obtain an access token? what scopes did you use? is this regarding any of the code examples provided here?