Command

nylas contacts update

Update a contact

Written by Qasim Muhammad Staff SRE

What does nylas contacts update do?

The nylas contacts update command updates a contact. It is part of the Contacts commands, which manage contacts, contact groups, and contact photos.

Usage

nylas contacts update

Flags

FlagDescription
--birthday stringBirthday (YYYY-MM-DD)
--company stringCompany name
--email stringArrayEmail address (can be used multiple times)
--given-name stringFirst name
--job-title stringJob title
--manager stringManager name
--middle-name stringMiddle name
--nickname stringNickname
--notes stringNotes
--phone stringArrayPhone number (can be used multiple times)
--suffix stringName suffix (e.g., Jr., Sr.)
--surname stringLast name
--jsonOutput as JSON
--no-colorDisable color output
--verbose(-v)Enable verbose output
--configCustom config file path
--help(-h)Show help for the command
--limitLimit results (most list commands)
--yes(-y)Skip confirmations

Examples

The nylas contacts update command updates a contact.

JSON output for scripting

nylas contacts update --json

Filter by birthday

nylas contacts update --birthday <value> --json

Troubleshooting

Command not found or fails

Run `nylas auth config` and `nylas auth login` to authenticate first.

Recommended guides

Run nylas contacts update --help for full help output.