Get current user profile
Users
Get current user profile
Returns information on the authenticated user including:
- Profile: id, username, full_name, email
- Permissions: admin access, document management, API key management, monitoring permission
- Settings: language preference, help step preference
- Compliance: terms acceptance status
- Company: id, name, login_method
- Group memberships: list of groups the user belongs to, with their role (owner/member) in each
GET
Get current user profile
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.