Return profile information for the authenticated user.
Returns the authenticated user’s profile in a single call: their identity, organisation context, team assignment, and the feature modules enabled for their organisation. Useful for initialising application state after authentication without needing to stitch together multiple requests.Documentation Index
Fetch the complete documentation index at: https://docs.veridox.ai/llms.txt
Use this file to discover all available pages before exploring further.
enabled_feature_modules to conditionally show or hide features in your integration before making downstream API calls.organisation.early_access to determine whether the organisation has access to preview features.team field is the user’s currently assigned team within the organisation, or null if the user has not been assigned to one. Use it to scope team-specific UI and actions.