List company members
Users
List company members
This endpoint allows to list company members.
Permissions:
- Admin, SysAdmin, SysDPO, Account Manager: can view all users (optionally filter by company_id)
- Company Admin, Company DPO: can view users from their own company
Query Parameters:
company_id(optional): Filter by company (SysAdmin, SysDPO, Account Manager only)group_id(optional): Filter by group ID (users must be members of the specified group)is_active(optional): Filter by active status
Throttling: 100 requests per minute
It is API Key protected and restricted to users with appropriate permissions.
GET
List company members
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.
Query Parameters
Filter by company ID (for admin users only)
Filter by group ID (users must be members of the specified group)
Filter by active status
A page number within the paginated result set.