Can I make a REST call to check the count of pending envelopes for any particular user? What I want to achieve: Before deleting the user I need to make sure that user has no pending envelopes. If he has any pending envelopes then it should return the count or list of envelopes for that user.
Updated:
Re: Drew's answer
Actually, GET {{vx}}/accounts/{{accountid}}/folders/ this call is returning me the folder id of my folder, but I want to check for other users folder.
for example: I am the admin, and I have 3 users in the dousign, I have my account ID from which I can Request folder ID by using (GET {{vx}}/accounts/{{accountid}}/folders/) method. But if I want to know the folder id details of the remaining 3 users then how can I get that details as I won't be having their accountID's.
Please let me know if anything is possible ? I am very much trying to resolve this issue.