Get Me
Get the current user’s membership record for an organization.
Returns the authenticated user’s role, status, email, and LLM override fields (with masked API keys) within the specified organization.
Args: org_id: Organization ID (UUID) user_id: Authenticated user ID (injected by dependency)
Returns: MeResponse: The user’s membership data
Raises: HTTPException: 404 if user is not a member or org doesn’t exist HTTPException: 500 if retrieval fails
Authorizations
Headers
Path Parameters
Response
Successful Response
Response model for the current user's membership in an organization.
agent_settings_diff and conversation_settings_diff carry the
member-level overrides on top of the organization defaults.

