Enhancement: Abiliy to send username to model instead of user id #4242
alihacks
started this conversation in
Feature Requests & Suggestions
Replies: 1 comment 7 replies
-
sure should be optional between the 2 from backward compatibility, defaulting to ID |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What features would you like to see added?
Currently, calls to the model include user: user.id with the id from the mongo database (for ex.
"user": "66f1aa7e17c9107b86037878"
) . It would be more helpful to send the actual username to the endpoint for reporting across systems (ex."user": "alihacks"
) I would be happy to submit a PR for this.More details
N/A
Which components are impacted by your request?
No response
Pictures
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions