Open App

Organisations

CLI commands for organisations

organisations list

monoid organisations list [options]

List organisations

Options

FlagDescription
--limit <n>Max results
--offset <n>Skip n results

Example

monoid organisations list [options]

organisations get

monoid organisations get <id>

Get one organisations by id

Arguments

NameRequiredDescription
idYes

Example

monoid organisations get <id>

organisations create

monoid organisations create [options]

Create organisations

Options

FlagDescription
--body <json>Request body JSON (merged with flags)
--id <value>id
--name <value>name
--if-not-existsReturn existing if match found

Example

monoid organisations create [options]

organisations update

monoid organisations update [options] <id>

Update organisations

Arguments

NameRequiredDescription
idYes

Options

FlagDescription
--body <json>Request body JSON (merged with flags)
--ids <ids>Comma-separated IDs for bulk update (max 25)
--dates <dates>Comma-separated dates for bulk update (max 25)
--name <value>name

Example

monoid organisations update [options] <id>

organisations delete

monoid organisations delete [options] <id>

Delete organisations

Arguments

NameRequiredDescription
idYes

Options

FlagDescription
--ids <ids>Comma-separated IDs for bulk delete (max 25)
--dates <dates>Comma-separated dates for bulk delete (max 25)

Example

monoid organisations delete [options] <id>

See Organisations API reference for HTTP endpoint details.