Bitwarden contacts¶
The com.bitwarden.contacts
doctype is used to share
organizations with other users.
A com.bitwarden.contacts
may be linked to a Cozy contacts
by using the email
attribute.
Attributes¶
email
: {string} - the email of the contactpublic_key
: {string} - the public key of the contactconfirmed
: {bool} - true if the contact’s fingerprint phrase has been verified and confirmed by the usercozyMetadata
: {object} - the cozyMetadata
Example¶
{ "_id": "49a6e10fc3718829c4dac13a9e015597", "_rev": "1-49847ab10b103b2e084b0231e339ddce", "email": "me@bob.cozy.localhost", "public_key": "4.MbW...QVdA==", "confirmed": true, "cozyMetadata": { "doctypeVersion": "1", "metadataVersion": 1, "createdAt": "2021-08-30T17:41:49.991184+02:00", "updatedAt": "2021-08-30T17:41:49.991184+02:00" } }