You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given the limitations of the Admin API and the Client API, it would be useful to have a pool of "unused" organizations which can be renamed when they're needed. Example flow:
orga = get_organization(bitwarden_client, org_id)
orga.rename('My New Name')