Get company details
This endpoint allows users to retrieve details of a specific company.
Access levels:
- SysAdmin/Account Manager: Can view any company
- DPOAdmin: Read-only access to any company
- Company Admin: Can view their own company
- Company DPO: Read-only access to their own company
- User: No access
Documentation Index
Fetch the complete documentation index at: https://docs.lighton.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Response
Company details
Serializer for detailed company view
The name of the company registered in the instance.
255If the company admins of this company can create & manage their SSO configuration.
Contact email displayed in user profiles for data privacy inquiries.
254Maximum allowed active users for this company license.
-2147483648 <= x <= 2147483647Automatically create user accounts when users log in via external auth (SSO/LDAP) for the first time.
Company workspace storage limit in MB. Leave blank to use the default value. Use 0 to disable uploads.
-2147483648 <= x <= 2147483647Limit for all combined personal workspaces in this company, in MB. Leave blank to use the default value. Use 0 to disable uploads.
-2147483648 <= x <= 2147483647Limit for all combined custom workspaces in this company, in MB. Leave blank to use the default value. Use 0 to disable uploads.
-2147483648 <= x <= 2147483647Authentication method(s) allowed for users in this company.
password- Passwordsso- Single Sign Onldap- LDAP
password, sso, ldap