Read user settings
GET /user/settings
Returns effective user settings after merging the user's values with account-managed defaults and customization restrictions. rcAccountId is a legacy fallback for resolving account settings when RingCentral token context is unavailable.
Operation ID: getUserSettings
Authorization: BEARER or API key
Parameters
| Name | Location | Type | Required | Description |
|---|---|---|---|---|
rcAccountId |
query | string | No | RingCentral account id used to resolve account-managed defaults when an access token is unavailable. |
Responses
| Status | Description | Body |
|---|---|---|
200 |
Effective user settings after account-level overrides are applied. | UserSettings |
400 |
Bad request, missing authentication, or connector error. | ErrorResponse, string |