Skip to content

Commit

Permalink
fix(org-invite): fix organization invitte payload
Browse files Browse the repository at this point in the history
  • Loading branch information
Lowaiz committed Aug 14, 2024
1 parent 0f9b404 commit 53d4393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/vaultwarden/models/bitwarden.py
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@ def invite(
"emails": [email],
"accessAll": access_all,
"type": user_type,
"Collections": collections_payload,
"Groups": [],
"collections": collections_payload,
"groups": [],
}
resp = self.api_client.api_request(
"POST", f"api/organizations/{self.Id}/users/invite", json=payload
Expand Down

0 comments on commit 53d4393

Please sign in to comment.