Skip to main content
Get a list of organizations that the current user has access to.
External DocumentationTo learn more, visit the LimaCharlie documentation.

Parameters

ParameterDescription
FilterFilter organizations by name, description or organization ID.
LimitThe maximum number of organizations to return.
OffsetThe offset of the first organization to return.
Return All PagesAutomatically fetch all resources, page by page.
Sort BySort organizations by name or description.
Sort OrderSort organizations in ascending or descending order.

Example Output

{
	"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
}

Workflow Library Example

List Accessible Organizations with Limacharlie and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop