a8ca30023371
Create Entity
Create a new OpenBB entity.
This also sets up default entitlements for the entity.
Query parameters
If True (default), return the existing entity when the name already matches one instead of creating a new one. Pass False to force a genuinely new entity even on a name collision — e.g. to remediate an existing entity that's missing default permission maps, since those are only bootstrapped by OpenBB Hub on real creation, not on an idempotent match.
If True (default), return the existing entity when the name already matches one instead of creating a new one. Pass False to force a genuinely new entity even on a name collision — e.g. to remediate an existing entity that's missing default permission maps, since those are only bootstrapped by OpenBB Hub on real creation, not on an idempotent match.
Request body
Example request
{
"admin_email": "admin@acme.com",
"aum": 10000000,
"company_type": "Investment Firm",
"country": "USA",
"email": "billing@acme.com",
"entity_type_uuid": "123e4567-e89b-12d3-a456-426614174000",
"expiration_date": "2026-12-31T00:00:00Z",
"name": "Acme Corp",
"organization_size": "10-50",
"seats": 50
}Response
Successful Response