---
title: "Get Current User Settings"
method: GET
path: "/auth/users/me/settings"
tags: ["auth"]
---

# Get Current User Settings

`GET /auth/users/me/settings`

Fetch user settings for the currently authenticated user

## Response `200`

Successful Response

- UserSettings
  - `user_id` string, required
  - `account_status` 'active' | 'inactive' | 'deleting'
  - `mobile_enabled` boolean
  - `enabled_channels` string[]
  - `primary_channel` 'SMS' | 'iMessage' | 'WhatsApp' | 'LINE'
  - `channel_info` object, nullable

---

[API](https://skmtc.net/adapter/apis/adapter-api.md) · [All operations](https://skmtc.net/adapter/apis/adapter-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/adapter/adapter-api/revisions/ab13bbbbd391/schema)
