rfctl orgs get#

Get detailed information about a specific organization.

Synopsis#

rfctl orgs get <id>

Arguments#

ArgumentDescription
idThe organization ID (required)

Examples#

rfctl orgs get 1

Output#

Returns JSON with the organization details:

{
  "id": 1,
  "name": "Acme Corp",
  "domain": "acme.com",
  "industry": "Technology",
  "status": "customer",
  "size": 150,
  "created_at": "2024-01-15T10:30:00Z",
  "updated_at": "2024-01-20T14:45:00Z"
}

Errors#

If the organization is not found:

Organization not found: 1