Hello!
I've encountered an issue where the userProfileLastModifiedDate
field, retrieved via the DocuSign API's Get Users endpoint, does not appear to update when changes are made to a user's profile through the DocuSign Admin web interface.
Problem Description:
- Scenario: I log into our DocuSign account as an administrator.
- Action: I navigate to "Users" and select a specific user. I then proceed to make changes to that user's profile settings (e.g., company or job title) and save the changes.
- Expected Behavior: Subsequently, when I make an API call to the Get Users endpoint (e.g.,
/restapi/v2.1/accounts/{accountId}/users
) to retrieve the details of the modified user, I expect theuserProfileLastModifiedDate
field in the API response to reflect the recent changes made through the Admin UI. - Actual Behavior: The
userProfileLastModifiedDate
value for the modified user remains unchanged, showing an older timestamp, even though the changes made via the Admin UI are correctly applied and visible within the DocuSign web interface and API response.
Is userProfileLastModifiedDate
intended to capture only specific changes, or should it reflect all profile modifications? If it's the latter, this appears to be a bug. If it's the former, is there another field or method available through the API that I can use to track all user profile modifications?