mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #662] Possible to export data using API ? #445
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#445
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ss-17 on GitHub (Oct 12, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/662
Hi.
I wish to programmatically export data of an organization to a file. Is there any API for it? Will really appreciate if you can provide some pointers.
Thanks
@dani-garcia commented on GitHub (Oct 12, 2019):
You should be able to use the console client, but I haven't tested it: https://help.bitwarden.com/article/cli/#export
@ss-17 commented on GitHub (Oct 12, 2019):
Thanks for the quick response. Before posting here, I did go through the documentation of that cli client but can't seem to find a way to point it to a custom self-hosted server instead of bitwarden's own service.
@dani-garcia commented on GitHub (Oct 12, 2019):
This should work, I think: https://help.bitwarden.com/article/cli/#config
@ss-17 commented on GitHub (Oct 12, 2019):
Ahh sorry. Don't know how I missed that. Should learn to read thoroughly. Thank you so much :)
@0xERR0R commented on GitHub (Oct 13, 2019):
Export of organization entries as CSV file is not possible via CLI, see Issue https://github.com/bitwarden/cli/issues/44
You can only export entries of a user as JSON, this file will also contain organization entries, which the user can access.
@mprasil commented on GitHub (Nov 15, 2019):
I think this was answered, so closing it, but feel free to reopen if you need more help.