# Retrieve user profile settings

`GET https://api.cademi.com.br/api/v3/settings/user-profile`

Operation ID: `settings.user_profile.get` · API v3

Returns the user profile settings of the account: which profile fields users can view or edit, and whether their full name is displayed in support conversations.

The response includes an `ETag` representing the current revision. Send this value in the `If-Match` header when updating these settings to avoid overwriting a newer version.

Required permissions: `settings.read`.

## Responses

### 200

Returns the user profile settings.

Body: `data`: SettingsUserProfile.

Fields of SettingsUserProfile:

| Field | Type | Required | Description |
|---|---|---|---|
| `custom_fields_url` | string | yes |  |
| `defaults` | object | yes |  |
| `display` | object | yes |  |
| `object` | string, one of `settings` | yes |  |
| `profile` | object | yes |  |
| `propagation` | object | yes |  |
| `replica` | object | yes |  |
| `revision` | string | yes |  |
| `signup_form` | object | yes |  |

### 401

The credential is missing, malformed, expired, or revoked.

Body: Error.

### 403

The current credentials do not have the permission required by this operation.

Body: Error.

Full schema: https://cademi.dev/openapi/v3.json
