Organizations api missing. #5972
Nemirtingas
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
|
Vaultwarden does not support the Bitwarden Public API. Only the Client API, and some very small set of Org API's to make the Directory Connector able to work. All other API's are not implemented. |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hi,
I'm working on an application that will make use of vaultwarden to get/create items, but the user/collections sometimes has an organization. I was going the lightweight course by using direct APIs instead of synchronizing the whole user database.
The missing api is
/api/accounts/organizationswhich should return the organizations of the current user.As a workaround, I'm currently using
/api/accounts/profileand/or/api/syncto get the organizations and their keys.Could it be implemented? I have absolutely no clue on how to code Rust.
Beta Was this translation helpful? Give feedback.
All reactions