'Docusign API Not Returning LastLogin for User Endpoint
I'm querying the getUser API with queryParamaters (additional_info=true&login_status=true).
I'm not getting the lastLogin data for all users under the account. Rest of the info is returned fine.
Also tried getting userinfo and the response still doesn't show the lastLogin data: https://demo.docusign.net/restapi/v2.1/accounts/[accountID]/users/[userID]?additional_info=true&login_status=true&lastLogin=true
What am I missing?
Solution 1:[1]
You must use the additional_info: true flag in order to get the lastLogin field in the result
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | obenda |
