Organisations
CLI commands for organisations
organisations list
monoid organisations list [options]
List organisations
Options
| Flag | Description |
|---|---|
--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
| Name | Required | Description |
|---|---|---|
id | Yes | — |
Example
monoid organisations get <id>organisations create
monoid organisations create [options]
Create organisations
Options
| Flag | Description |
|---|---|
--body <json> | Request body JSON (merged with flags) |
--id <value> | id |
--name <value> | name |
--if-not-exists | Return existing if match found |
Example
monoid organisations create [options]organisations update
monoid organisations update [options] <id>
Update organisations
Arguments
| Name | Required | Description |
|---|---|---|
id | Yes | — |
Options
| Flag | Description |
|---|---|
--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
| Name | Required | Description |
|---|---|---|
id | Yes | — |
Options
| Flag | Description |
|---|---|
--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>Related API
See Organisations API reference for HTTP endpoint details.
© 2025 MONOid
All rights reserved.
All rights reserved.