External DocumentationTo learn more, visit the LimaCharlie documentation.
Actions
List Accessible Organizations
Get a list of organizations that the current user has access to.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Filter | Filter organizations by name, description or organization ID. |
| Limit | The maximum number of organizations to return. |
| Offset | The offset of the first organization to return. |
| Return All Pages | Automatically fetch all resources, page by page. |
| Sort By | Sort organizations by name or description. |
| Sort Order | Sort organizations in ascending or descending order. |
{
"orgs": [
{
"code": "string",
"description": "string",
"errors": null,
"name": "string",
"oid": "string",
"permissions": [
"string"
],
"sensor_online": 0,
"sensor_quota": 0,
"sensor_version": "string",
"site_name": "string",
"status": "string"
}
],
"total": 0
}
Was this page helpful?