---
title: "List profile settings"
method: GET
path: "/profiles/settings"
tags: ["Profile Settings"]
---

# List profile settings

`GET /profiles/settings`

Returns profile settings for all users (admin only endpoint).
Requires authentication and edit_any_profile permission.

## Response `200`

List of profile settings

- object
  - `ok` boolean
  - `data` object[]
    - `user` string, required — User's Ethereum address
    - `email` string, email, nullable — User's email address
    - `email_verified` boolean — Whether the email has been verified
    - `email_verified_at` string, date-time, nullable — When the email was verified
    - `email_updated_at` string, date-time, nullable — When the email was last updated
    - `use_local_time` boolean — Whether to display times in local timezone
    - `notify_by_email` boolean — Whether to send email notifications
    - `notify_by_browser` boolean — Whether to send browser push notifications (deprecated)
    - `permissions` string[] — User's special permissions
    - `created_at` string, date-time
    - `updated_at` string, date-time

## Other responses

- `401` — Unauthorized - authentication required
- `403` — Forbidden - insufficient permissions
- `500` — Internal server error

---

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