Get current user
User
Get current user
Get the current authenticated user’s profile information including:
- Email and role
- Feature flags (neo_ai access, etc.)
- User tag (if any)
- Team membership (if user belongs to a team)
GET
Get current user
Authorizations
JWT authentication token
Response
User profile information
User's email address
Feature flags for the user (booleans like neo_ai, numbers like neo_credits)
Example:
{ "neo_ai": true, "neo_credits": 500 }User's role in the system
Available options:
user, admin List of model IDs available for the user based on their tag
Outbound IP information for customer allowlists
Effective BYOK neo cost rate for the user. Returned when the user is in BYOK mode.
User tag (e.g., "free", "beta")
Team membership information (null if user is not in a team)

