maton outlook contact list
List contacts
maton outlook contact list [flags]
Options
-
--connection <string> - Connection ID to route through (Maton-Connection header)
-
--dry-run - Print the request that would be sent without executing it
-
--filter <string> - OData $filter expression
-q,--jq <expression>- Filter JSON output using a jq expression
-
--json - Output raw JSON
-
--paginate - Follow next_cursor and concatenate all pages (list commands only)
-
--select <string> - Comma-separated fields (e.g. givenName,surname,emailAddresses)
-
--skip <string> - Number of results to skip (pagination)
-t,--template <string>- Format JSON output using a Go template; see "maton help formatting"
-
--top <string> (default "25") - OData $top — max results per page
Options inherited from parent commands
-p,--profile <string>- Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)
Examples
$ maton outlook contact list
$ maton outlook contact list --top 100 --paginate
$ maton outlook contact list --filter "startswith(givenName,'A')"