docusign / docusign-esign-csharp-client

The Official Docusign C# Client Library used to interact with the eSignature REST API. Send, sign, and approve documents using this client.
https://developers.docusign.com/docs/esign-rest-api/sdks/csharp/
MIT License
129 stars 159 forks source link

Listing all users but need more than one API call #348

Closed NJarZe closed 2 years ago

NJarZe commented 2 years ago

Using the UsersApi.List method to retrieve the list of all users in a DocuSign account; however, one of our accounts has more than 100 users, which is the maximum I can get in one call (using the count option) as per the documentation.

How do you manage the subsequent calls from the UsersApi class (using the nexturi value)?

HobbyProjects commented 2 years ago

Please refer to this blog:https://www.docusign.com/blog/developers/v2-userslist-paging-change

It should give you a pretty good idea of how this API works. If you're still unclear please reach out to our StackOverFlow and post a question there and someone will be happy to provide you with a code example.

https://stackoverflow.com/search?q=docusignapi

NJarZe commented 2 years ago

Thanks! I actually got a good tip from someone in Stack Overflow and it's now working properly.