-
Notifications
You must be signed in to change notification settings - Fork 131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing property last_password_reset #256
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👋 thanks for this.
The code looks good, although I couldn't find docs for the User last_password_reset
property. Where is this coming from?
Hi @lbalmaceda, You can find the user profile structure here 🙂 Unfortunately, this property is not reflected on the swagger API docs. Don't know the reason. Probably someone forgot to update 🙂 |
Yup, API docs are what I was referring to. I'm raising this internally first to confirm the property. I'll come back with an answer in the next days. |
Co-authored-by: Luciano Balmaceda <balmacedaluciano@gmail.com>
Changes
Adds a missing property
last_password_reset
to the User object.References
N/A
Testing
Added test for the
last_password_reset
propertyChecklist