REST API - listUserSettingIds

The table summarizes the REST API - listUserSettingIds.

Request

Format
GET <baseurl>/usersettings/<storagekey>
Path parameters storagekey: Identifies the key used to persist data on the server. Must be created using the storagekey attribute in the saveUserSettings operation.

Response

JSON Returns a JSON representation of the content of the listUserSettingsIdsResponse element.
XML Returns the content of the listUserSettingsIdsResponse element (from the UserSettingsService schema).

Example

Request
GET <baseurl>/usersettings/claims
Response
 {
       "settingId": "motor"
    }