Skip to main content

Get user app settings

GET /api/users/app

Get the current user's app settings. Returns language, analytics consent, sound notifications, and git config. Args: service: UserAppSettingsService (injected by dependency) Returns: UserAppSettingsResponse: The user's app settings Raises: HTTPException: 401 if user is not authenticated HTTPException: 404 if user not found HTTPException: 500 if retrieval fails

Responses

StatusDescription
200Successful Response

Response body

FieldTypeRequiredDescription
language`stringnull`no
user_consents_to_analytics`booleannull`no
enable_sound_notifications`booleannull`no
git_user_name`stringnull`no
git_user_email`stringnull`no
git_full_clone`booleannull`no

Operation ID: get_user_app_settings_api_users_app_get