We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f9b404 commit 53d4393Copy full SHA for 53d4393
1 file changed
src/vaultwarden/models/bitwarden.py
@@ -385,8 +385,8 @@ def invite(
385
"emails": [email],
386
"accessAll": access_all,
387
"type": user_type,
388
- "Collections": collections_payload,
389
- "Groups": [],
+ "collections": collections_payload,
+ "groups": [],
390
}
391
resp = self.api_client.api_request(
392
"POST", f"api/organizations/{self.Id}/users/invite", json=payload
0 commit comments