Get organization details
Retrieves detailed information about a specific organization including:
- Name
- Description
- Owner ID
- Total storage usage
- Warning group status
Requirements: Requires READ access to the organization (user must be a member).
Returns:
404 Not Foundif the organization doesn’t exist or user lacks access
Documentation Index
Fetch the complete documentation index at: https://docs.diversion.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
This API uses OAuth 2 with the implicit grant flow
Path Parameters
An ID of an organization
Response
Organization details returned
Unique identifier for the organization
"org_123456"
Name of the organization
"Example Organization"
ID of the user who owns the organization
"user_123456"
Total storage allocated to the organization
1000000
Description of the organization
"This is an example organization."
List of members in the organization
List of invites sent by the organization
Whether the organization is in the warning group
true

