zion
zion

Reputation: 421

Docusign - Unable to get User GUIID using Users::list API

Once, a user has given Consent to my application for impersonation and signature I should be able to retrieve there User Data using Users:list API. But it is only returning only the developer accounts data.

The user whose data I'm trying to retrieve, I logged into that account and the APP was mentioned in Connected Apps Tab.

What is probably going wrong, here?

https://apiexplorer.docusign.com/#/esign/restapi?categories=Users&tags=Users&operations=list

Upvotes: 0

Views: 122

Answers (2)

Larry K
Larry K

Reputation: 49104

If you're trying to get the user's basic information and you're impersonating them, use the /oauth/userinfo API method.

What information are you looking for?

Upvotes: 1

bendowlingtech
bendowlingtech

Reputation: 494

That endpoint will only return users within the account specified, a user who has granted consent to a particular app is not counted as a user in said apps account.

Upvotes: 0

Related Questions