listsharedaccount deprecated

PACKAGE: open-xchange-admin

NAME

listsharedaccount - lists all sharedaccounts within a context.

SYNOPSIS

listsharedaccount [OPTION]...

DESCRIPTION

This command line tool lists all sharedaccounts within a context. Optionally, with the use of '-s' you can search for a sharedaccount name that matches the specified search pattern.

OPTIONS

-c, --contextid contextId : The context identifier. Mandatory.

-s, --searchpattern searchPattern : The optional search pattern.

-i, --ignorecase : Do a case-insensitive search with the given search pattern

-A, --adminuser contextAdmin : Context admin user name for authentication. Optional, depending on your configuration.

-P, --adminpass contextAdminPassword : Context admin password for authentication. Optional, depending on your configuration.

--csv : Format output to csv

-h, --help : Prints a help text.

--environment : Show info about commandline environment.

--nonl : Remove all newlines (\n) from output.

--responsetimeout : The optional response timeout in seconds when reading data from server (default: 0s; infinite).

--length : Limits the result size.

--offset : The beginning offset of the result list.

EXAMPLES

listsharedaccount -A contextAdmin -P secret -c 1138

Lists all sharedaccounts in the specified context

listsharedaccount -A contextAdmin -P secret -c 1138 -s foobar

Lists all sharedaccounts that match the search pattern

SEE ALSO

createsharedaccount(1), deletesharedaccount(1), updatesharedaccount(1),