English
API Reference
cURL
curl --request POST \ --url https://paradigm.lighton.ai/api/v2/companies/create/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "dpo_email": "jsmith@example.com", "max_users": 123, "allow_company_admins_to_manage_sso": false, "storage_limit_company_ws": 123, "storage_limit_personal_ws": 123, "storage_limit_custom_ws": 123 } '
{ "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "max_users": 123, "dpo_email": "jsmith@example.com", "allow_company_admins_to_manage_sso": true, "storage_limit_company_ws": 123, "storage_limit_personal_ws": 123, "storage_limit_custom_ws": 123, "active_members_count": 123 }
This endpoint allows you to create a new company. This is useful for adding new client organizations to the system. Only accessible to admin users.
Bearer token authentication
Successful response