Add export endpoint for the user object itself
Add export endpoint for the user object itself
Part of https://gitlab.com/gitlab-org/gitter/webapp/-/issues/1899
Testing strategy
- Set yourself as a staff user,
mongo gitter->db.users.update({ username: 'yourusername' }, { staff: true }) - Visit your local Gitter, open the devtools and run
window.troupeContext.user.idto get your user ID - Replace the user ID in the following URL
- Visit
http://localhost:5000/api_web/export/user/5a87396f1543b98772a686a3/me.ndjsonand download your messages
Edited by Eric Eastwood