We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated `<PeopleContactAttribute>` fields `address,email,phone,url` to allow an empty type field.
Fixed bug in `gam <UserItem> print|show chatmembers` where the `filter <String>` was not applied.
Update Users-People-Contacts-Profiles.md
Point to collections of items
Update addcsvdata documentation
Add addcsvdata option to contact creation
Add csv and returnidonly options to contact creation
Update default fields in contact printing
Update DriveFileEntity UserTypeEntity references
Clean up Contacts
Update <JSONData> documentation.
Added `filtercontactgroup <PeopleContactGroupItem>` to `<PeoplePrintShowUserContactSelection>`
Fixed bug in `gam <UserTypeEntity> copy othercontacts` that caused it to move a contact rather than copy it.
Added option `selectmaincontacts` to `<PeoplePrintShowUserContactSelection>`
Update quotechar documentatiojn
One o too many.
Updated `gam <UserTypeEntity> replacedomain contacts` Updated `gam <UserTypeEntity> replacedomain contacts emailmatchpattern <RegularExpression> domain <OldDomainName> <NewDomainName>` to only replace `<OldDomainName>` with `<NewDomainName>` in the email addresses within the contact that match `<RegularExpression>`. Previously, `emailmatchpattern <RegularExpression>` selected a contact and all email addresses within the contact had their domain names updated if applicable.
Two fixes Cleaned up `gam report` commands again to improve verification that valid data has been received. Fixed bug in `gam <UserTypeEntity> dedup contacts` where `<PeopleResourceNameEntity>|<PeopleUserContactSelection>` was not optional as documented.
copy/move/update othercontacts cleanup