Endpoints
| Method | Endpoint | Description |
|---|---|---|
GET | /organizations/{id} | Get organization details |
PATCH | /organizations/{id} | Update organization settings |
Organizations cannot be created or deleted via the API. Use the Bedrock web app to manage organization lifecycle.
Organization Object
| Field | Type | Description |
|---|---|---|
id | string | Unique identifier (e.g., org_01JABCD123) |
name | string | Organization name |
owner_id | string | User ID of the organization owner |
require_mfa | boolean | Whether MFA is required for all members |
created_at | datetime | Creation timestamp |
updated_at | datetime | Last modification timestamp |