Overview

Sections

API explorerChangelog

Theme switcher

Overview

Getting started with MyPreferences 3.0 Version 4 API is easy.  Before we dive in, let's spend some time to learn about the supported authorization options and understand how the API library is categorized based on MyPreferences' core framework.

Using API's

Refer to the Authorization section to discover the different authorization methods supported for accessing the MyPreferences API.

The MyPreferences API is a RESTful API that conforms to the constraints of a software architectural style called REST (Representational State Transfer). The API makes the configuration objects and data available as resources represented by unique URLs, also referred as endpoints.

In general, the API supports the following request methods:

GET: To retrieve a resource

POST: To create a new resource

Note: Within the Data API collection, the UpdateProfile method is accessible through a POST request to efficiently update a profile. This purpose-built design empowers client-facing apps to modify profiles directly, eliminating the need to retrieve them beforehand.

PUT: To update (overwrite) an existing resource

PATCH: To perform partial updates to an existing resource

DELETE: To delete a resource

To access the Swagger specification of the MyPreferences API, click here.

API Categorization

The API's are categorized into three separate sets with distinct functionalities based on the application's core framework: Experiences, Data, and Connectivity.

Data Categorization

In MyPreferences, the data is organized in three main areas: Profiles, Preferences and Consents. The data elements collected in these areas coalesce to form a unified profile, capturing a comprehensive depiction of an individual's identity, preferences, and consents across all channels and interactions across their customer journey.

Profiles

In the Profiles area, you can store various data points including names, contact information, group affiliations, and a wide range of demographic and psychographic details.

Additionally, you have the flexibility to store multiple Alternate IDs, such as system and device identifiers, to uniquely identify individuals and devices within your enterprise ecosystem. This area also encompasses the storage of consents not linked to specific contact elements or preferences, along with Tags, Custom Fields, and Groups for comprehensive organization and categorization of customer data.

Preferences

The Preferences area stores all customer choices, subscriptions, communication frequencies, engagement channels, and any preference attributes. Designed with built-in rules to honor the right preference, propagate preferences, apply expiration, associate consents, and maintain complete preference history to satisfy compliance audits.

Consents

The Consents area serves as a universal consent repository that stores and manages all customer consents. With limitless granularity, you can attach consents to an individual, device or an application. You can also associate consents to a contact element or a preference communication. Designed with built-in rules to honor the right consent, apply expiration settings, auto-notify when a new consent version becomes available, and maintain complete consent history to satisfy compliance audits.

Base URL

Production:

https://pm.mypreferences.com/Profiles/v4

Sandbox:

https://pmstg.mypreferences.com/Profiles/v4

Language Box

Experience API

The Experience API's, also known as Configuration API's, are a suite of API's purpose-built for retrieving zero-party data configurations to drive highly personalized and relevant customer experiences.

These APIs have built-in localization support and offer specific query parameters to retrieve customized consent, preference, and other zero-party data configurations. This grants you total control over your customers' experiences, covering everything from micro experiences to comprehensive preference centers and everything in between.

These API's are classified as follows:

  • Profile Configuration
  • Preference Configuration

Endpoints

POST
GET
GET
PATCH
POST
GET
PATCH
POST
GET
PATCH
POST
GET
PATCH
POST
PATCH
GET
POST
GET
PATCH
POST
GET
POST
GET
POST
GET
POST
GET
GET
GET
PATCH
PATCH
PATCH
PATCH
POST
GET
GET
PATCH
POST
POST
GET
PATCH
GET
DELETE
GET
GET
GET
GET
GET
GET
GET
GET
GET
GET
GET

Data API

The Data API's facilitate the display and collection of zero-party data for individual profiles across customer touchpoints. When driving customer experiences, they work seamlessly in conjunction with the Experience API to ensure that the relevant elements are accurately displayed on user interfaces, delivering highly personalized customer experiences.

Using the Data API's, you can use any data point on a profile to retrieve the profile. Please note that using contact elements, custom fields, groups, and tags to retrieve a profile may result in multiple matching profiles being returned.

A suite of historical API's are also available as part of this API library. You can retrieve the entire history for any data point associated with a user's profile, including standard fields, contact elements, custom fields, preferences, consents, and more.

The API responses and sample documents provided in the documentation are for illustrative purposes, helping users understand the API request and response format. Not all data attributes may be included. Developers should refer to the API description and specific callouts for comprehensive details on available properties, limitations, and usage guidelines.

Was this section helpful?

What made this section unhelpful for you?

Base URL

Production:

https://pm.mypreferences.com/Profiles/v4

Sandbox:

https://pmstg.mypreferences.com/Profiles/v4

Language Box

Was this section helpful?

What made this section unhelpful for you?

Profile

A Profile represents a unified view of a user across all channels and touchpoints. A user can be an individual, an application, or an IoT device. The profile record can contain demographic and psychographic information, consents, preferences, group associations, device profile, feedback and all other aspects of zero-party data collected along the customer journey.

Was this section helpful?

What made this section unhelpful for you?

Add profile

This method allows you to submit a user’s profile, preference, and consent information in a single call to create a unique profile record. The response will include a system generated profileId that can be used to retrieve or edit the profile later.

Header Parameters

Authorizationstring Required

Authorization token

Content-Typestring

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id.A 404 is returned if this value is invalid.

Body Parameters

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

Response

202
Object
Once the request is received, it is queued for processing and a 202 response is returned with the UpdateStatus of "Pending Update". When processing is completed, the profile is updated. Any subsequent GET operations to retrieve the profile will include a value for the UpdateStatus of either "Complete" or "Pending Update".

Response Attributes

AlternateIdstring

An additional identifier which uniquely identifies the profile.

Min length
1
Max length
512
AlternateIdTypestring

Name of the AlternateIdType to which the AlternateId can be associated.

ProfileIdinteger (int32)

System-generated unique identifier associated with the profile. Read-only.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

SubmittedUtcTimestring

DateTime when the request was submitted.

400
Object
The request was invalid and cannot be processed. This error may occur as a result of a malformed or syntactically incorrect request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
409
Object
The request could not be completed due to a conflict with the current state of the target resource. In most cases, an instance with the same already exists on the target resource. You must update the request before trying again.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

POST

/{clientId}/Profile

Select
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 curl --location --globoff 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "ProfileId": 27178, "IsActive": true, "Edited": { "CreateDate": "2024-02-09T22:09:08.430Z", "CreatedBy": "John.Doe", "ModifiedDate": "2024-02-22T22:09:08.430Z", "ModifiedBy": "Web App" }, "RegistrationConfirmed": true, "CustomerType": "Lead", "PreserveConsents": true, "PreservePreferences": true, "CustomerName": { "FirstName": "John", "MiddleName": "F", "LastName": "Doe", "Prefix": "Mr", "Suffix": "Jr" }, "DefaultLocale": "en_US", "UpdateStatus": "Complete", "ReasonCode": "", "AlternateIds": [ { "AlternateIdType": "Salesforce ContactId", "AlternateId": "0031njkASSIs2kk909", "IsActive": false, "Edited": { "CreateDate": "2024-02-09T22:09:08.430Z", "CreatedBy": "John.Doe", "ModifiedDate": "2024-02-22T22:09:08.430Z", "ModifiedBy": "Web App" } } ], "Addresses": [ { "Address1": "4400 River Green Parkway", "Address2": "Suite 100", "City": "Duluth", "StateProvince": "GA", "CountryCode_Numeric": "840", "CountryCode_Alpha2": "US", "CountryCode_Alpha3": "USA", "PostalCode": "30096-2549", "AddressType": "Work", "IsActive": true, "IsDefault": false, "CassAddress1": "4400 RIVER GREEN PKWY", "CassAddress2": "", "CassCity": "DULUTH", "CassStateProvince": "GA", "CassPostalCode": "30096-2531", "CassStatus": "Y", "Country": "United States of America", "Edited": { "CreateDate": "2024-02-09T22:09:08.430Z", "CreatedBy": "John.Doe", "ModifiedDate": "2024-02-22T22:09:08.430Z", "ModifiedBy": "Web App" }, "MissingRequiredConsents": false, "Consents": [ { "ConsentType": "Direct Mail Consent", "ConsentVersion": "v1.0", "Locale": "en_US", "ConsentStatus": 1, "ReasonCode": "", "ConsentDate": "2024-10-25T13:50:40.000Z", "ExpirationDate": "", "Expired": false, "SourceId": "Lead Gen Form - 221", "UpdatedVersionPending": false, "IsActive": false, "Edited": { "CreateDate": "2024-02-09T22:09:08.430Z", "CreatedBy": "John.Doe", "ModifiedDate": "2024-02-22T22:09:08.430Z", "ModifiedBy": "Web App" }, "Attributes": [ { "Key": "campaign_ID", "Value": "CMC 123" } ] } ], "AddressPreferences": [ { "ProgramId": "in_banking_alert", "ChannelId": "Mail", "MatchType": "Expressed", "ReasonCode": "", "ExpirationDate": "", "PreferenceStatus": "Active", "LastModifiedDate": "2024-09-14T20:18:56.943Z", "UserId": "Trust Center", "SourceId": "Default", "FilterId": "fin_banking_mail", "PreferenceType": "2", "FrequencyId": "MONTHLY", "Attributes": [ { "Key": "campaign_ID", "Value": "CMC 123" } ], "CustomerDate": "2022-05-03T20:21:48.000Z", "DropReasonNbr": null, "MissingRequiredConsents": false, "IsActive": false, "ConsentAssociations": [ { "ConsentType": "Opt-in Consent", "ConsentVersion": "v1", "IsActive": true, "Locale": "en_US", "ReasonCode": "", "UpdatedVersionPending": false } ] } ] } ], "Emails": [ { "EmailAddressType": "Primary", "EmailAddress": "john.doe@example.com", "IsDefault": false, "Consents": [ { "ConsentType": "Global Email Marketing Consent", "ConsentVersion": "v1", "Locale": "en_US", "ConsentStatus": 1, "ReasonCode": "", "ConsentDate": "2022-10-25T13:50:40.000Z", "ExpirationDate": "2022-10-25T13:50:40.000Z", "Expired": true, "SourceId": "Default", "UpdatedVersionPending": false, "IsActive": false, "Edited": { "CreateDate": "2022-10-25T13:50:43.220Z", "CreatedBy": "Web App", "ModifiedDate": "2023-11-21T18:25:42.467Z", "ModifiedBy": "Privacy Portal" }, "Attributes": [ { "Key": "Applicable Jurisdiction", "Value": "USA" } ] } ], "EmailPreferences": [ { "ProgramId": "fin_banking_alert", "ChannelId": "Email", "MatchType": "Expressed", "ReasonCode": "", "ExpirationDate": "", "PreferenceStatus": "Active", "LastModifiedDate": "2023-01-09T14:26:45.280Z", "UserId": "Trust Center", "SourceId": "Default", "FilterId": "fin_banking_email", "PreferenceType": "1", "FrequencyId": "Immediate", "Attributes": [ { "Key": "campaign_ID", "Value": "Nurture-11" } ], "CustomerDate": "2023-01-09T14:26:41.000Z", "DropReasonNbr": null, "MissingRequiredConsents": false, "IsActive": true, "ConsentAssociations": [ { "ConsentType": "Data Processing Consent", "ConsentVersion": "v5", "IsActive": false, "Locale": "en_US", "ReasonCode": "", "UpdatedVersionPending": false } ] } ], "MissingRequiredConsents": false, "IsActive": false, "Edited": { "CreateDate": "2022-10-25T13:50:43.220Z", "CreatedBy": "Web App", "ModifiedDate": "2023-11-21T18:25:42.467Z", "ModifiedBy": "Privacy Portal" } } ], "PhoneNumbers": [ { "PhoneType": "Home", "PhoneNumber": "7702551021", "PhoneNumberNumeric": 7702551021, "IsDefault": false, "Consents": [ { "ConsentType": "TCPA Landline Consent", "ConsentVersion": "v1", "Locale": "en_US", "ConsentStatus": 1, "ReasonCode": "", "ConsentDate": "2023-11-02T21:23:31.000Z", "ExpirationDate": "", "Expired": false, "SourceId": "Service App", "UpdatedVersionPending": false, "IsActive": true, "Edited": { "CreateDate": "2023-11-02T21:23:37.023Z", "CreatedBy": "My Accounts Page", "ModifiedDate": "2023-11-21T18:25:42.467Z", "ModifiedBy": "Agent ID - 1334" }, "Attributes": [ { "Key": "Applicable Jurisdiction", "Value": "USA" } ] } ], "IsMobile": false, "IsActive": true, "Edited": { "CreateDate": "2022-05-03T20:21:21.347Z", "CreatedBy": "My Accounts Page", "ModifiedDate": "2024-02-10T13:48:18.943Z", "ModifiedBy": "My Accounts Page" }, "PhonePreferences": [ { "ProgramId": "fin_banking_alert", "ChannelId": "Phone", "MatchType": "Expressed", "ReasonCode": "", "ExpirationDate": "", "PreferenceStatus": "Active", "LastModifiedDate": "2024-02-10T13:48:18.943Z", "UserId": "App_Preferences_Widget_SC22", "SourceId": "In-app Widgets", "FilterId": "fin_banking_phone", "PreferenceType": "1", "FrequencyId": "Immediate", "Attributes": [ { "Key": "campaign_ID", "Value": "CMC 123" } ], "CustomerDate": "2024-02-10T13:48:13.000Z", "DropReasonNbr": null, "MissingRequiredConsents": false, "IsActive": true, "ConsentAssociations": [ { "ConsentType": "Data Processing Consent", "ConsentVersion": "v5", "IsActive": true, "Locale": "en_US", "ReasonCode": "", "UpdatedVersionPending": false } ] } ], "MissingRequiredConsents": false } ], "ProfilePreferences": [ { "ProgramId": "ins_payment_confirmation", "ChannelId": "Solicit", "MatchType": "Expressed", "ReasonCode": "", "ExpirationDate": "", "PreferenceStatus": "Active", "LastModifiedDate": "2021-11-17T18:44:21.707Z", "UserId": "My Accounts Page", "SourceId": "Default", "FilterId": "ins_payment_app_notify", "PreferenceType": "1", "FrequencyId": "Immediate", "Attributes": [ { "Key": "App Id", "Value": "JADKYK13343KD" } ], "CustomerDate": "2023-11-17T18:44:12.000Z", "DropReasonNbr": null, "MissingRequiredConsents": false, "IsActive": true, "ConsentAssociations": [ { "ConsentType": "Data Processing Consent", "ConsentVersion": "v5", "IsActive": true, "Locale": "en_US", "ReasonCode": "", "UpdatedVersionPending": false } ] } ], "Consents": [ { "ConsentType": "CCPA Privacy Rights", "ConsentVersion": "v4", "Locale": "en_US", "ConsentStatus": 1, "ReasonCode": "", "ConsentDate": "2022-10-25T13:28:49.000Z", "ExpirationDate": "", "Expired": false, "SourceId": "Default", "UpdatedVersionPending": false, "IsActive": false, "Edited": { "CreateDate": "2021-11-16T20:42:08.633Z", "CreatedBy": "Web App", "ModifiedDate": "2022-10-25T13:28:51.343Z", "ModifiedBy": "Web App" }, "Attributes": [ { "Key": "Applicable Jurisdiction", "Value": "CA-USA" } ] } ], "CustomFields": [ { "Name": "Interests", "Value": "Shopping::Camping and Outdoors::Online Gaming", "IsActive": true, "Edited": { "CreateDate": "2022-05-03T20:21:21.347Z", "CreatedBy": "Web App", "ModifiedDate": "2023-11-01T23:50:50.700Z", "ModifiedBy": "Web App" } } ], "Groups": [ { "GroupType": "Household", "GroupName": "Family", "IsPrimary": true, "IsActive": true, "Edited": { "CreateDate": "2023-11-02T15:29:15.973Z", "CreatedBy": "My Accounts Page", "ModifiedDate": "2023-11-01T23:50:50.700Z", "ModifiedBy": "Web App" } } ], "ProfileTags": [ { "Name": "Frequent Customer" } ] }'

Response

{
  "AlternateId": "AM239KD99",
  "AlternateIdType": "CRMID",
  "ProfileId": 1,
  "UpdateStatus": "Pending Update",
  "SubmittedUtcTime": "2024-12-05T20:43:27.021Z"
}
Was this section helpful?

What made this section unhelpful for you?

Retrieve profile by profile id

This method will return a single user profile that matches the profileId specified in the request.

The response will include all active consents, custom fields, groups, tags, and preferences for which you have permissions. Inactive data elements across all objects are not returned.

Header Parameters

Authorizationstring

Authorization token

Query Parameters

impliedboolean

Boolean flag, when set to true, returns both implied and expressed preferences. Expressed preferences are explicitly stated by individuals, while implied preferences are inherited from the parent Filter when no explicit preference is provided. The Match Type field on a preference record indicates whether a preference is expressed or implied. This distinction is applicable only when the Preference Propagation feature is enabled in your account. Otherwise, all preferences are output w...

Default value
true
includeConsentHistoryboolean

Optional parameter that, when set to true, returns consent history. When set to false, it returns only the latest consent information. Defaults to true.

Default value
false

Path Parameters

clientIdstring

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

profileIdstring

System generated unique identifier of the profile.

Response

200
Object
The request was successfully processed.

Response Attributes

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

GET

/{clientId}/Profile/{profileId}?implied=&includeConsentHistory=

Select
1 curl --location --globoff 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/{profileId}' \

Response

{
  "ProfileId": 27178,
  "IsActive": true,
  "Edited": {
    "CreateDate": "2024-02-09T22:09:08.430Z",
    "CreatedBy": "John.Doe",
    "ModifiedDate": "2024-02-22T22:09:08.430Z",
    "ModifiedBy": "Web App"
  },
  "RegistrationConfirmed": true,
  "CustomerType": "Lead",
  "PreserveConsents": true,
  "PreservePreferences": true,
  "CustomerName": {
    "FirstName": "John",
    "MiddleName": "F",
    "LastName": "Doe",
    "Prefix": "Mr",
    "Suffix": "Jr"
  },
  "DefaultLocale": "en_US",
  "UpdateStatus": "Complete",
  "ReasonCode": "",
  "AlternateIds": [
    {
      "AlternateIdType": "Salesforce ContactId",
      "AlternateId": "0031njkASSIs2kk909",
      "IsActive": false,
      "Edited": {
        "CreateDate": "2024-02-09T22:09:08.430Z",
        "CreatedBy": "John.Doe",
        "ModifiedDate": "2024-02-22T22:09:08.430Z",
        "ModifiedBy": "Web App"
      }
    }
  ],
  "Addresses": [
    {
      "Address1": "4400 River Green Parkway",
      "Address2": "Suite 100",
      "City": "Duluth",
      "StateProvince": "GA",
      "CountryCode_Numeric": "840",
      "CountryCode_Alpha2": "US",
      "CountryCode_Alpha3": "USA",
      "PostalCode": "30096-2549",
      "AddressType": "Work",
      "IsActive": true,
      "IsDefault": false,
      "CassAddress1": "4400 RIVER GREEN PKWY",
      "CassAddress2": "",
      "CassCity": "DULUTH",
      "CassStateProvince": "GA",
      "CassPostalCode": "30096-2531",
      "CassStatus": "Y",
      "Country": "United States of America",
      "Edited": {
        "CreateDate": "2024-02-09T22:09:08.430Z",
        "CreatedBy": "John.Doe",
        "ModifiedDate": "2024-02-22T22:09:08.430Z",
        "ModifiedBy": "Web App"
      },
      "MissingRequiredConsents": false,
      "Consents": [
        {
          "ConsentType": "Direct Mail Consent",
          "ConsentVersion": "v1.0",
          "Locale": "en_US",
          "ConsentStatus": 1,
          "ReasonCode": "",
          "ConsentDate": "2024-10-25T13:50:40.000Z",
          "ExpirationDate": "",
          "Expired": false,
          "SourceId": "Lead Gen Form - 221",
          "UpdatedVersionPending": false,
          "IsActive": false,
          "Edited": {
            "CreateDate": "2024-02-09T22:09:08.430Z",
            "CreatedBy": "John.Doe",
            "ModifiedDate": "2024-02-22T22:09:08.430Z",
            "ModifiedBy": "Web App"
          },
          "Attributes": [
            {
              "Key": "campaign_ID",
              "Value": "CMC 123"
            }
          ]
        }
      ],
      "AddressPreferences": [
        {
          "ProgramId": "in_banking_alert",
          "ChannelId": "Mail",
          "MatchType": "Expressed",
          "ReasonCode": "",
          "ExpirationDate": "",
          "PreferenceStatus": "Active",
          "LastModifiedDate": "2024-09-14T20:18:56.943Z",
          "UserId": "Trust Center",
          "SourceId": "Default",
          "FilterId": "fin_banking_mail",
          "PreferenceType": "2",
          "FrequencyId": "MONTHLY",
          "Attributes": [
            {
              "Key": "campaign_ID",
              "Value": "CMC 123"
            }
          ],
          "CustomerDate": "2022-05-03T20:21:48.000Z",
          "DropReasonNbr": null,
          "MissingRequiredConsents": false,
          "IsActive": false,
          "ConsentAssociations": [
            {
              "ConsentType": "Opt-in Consent",
              "ConsentVersion": "v1",
              "IsActive": true,
              "Locale": "en_US",
              "ReasonCode": "",
              "UpdatedVersionPending": false
            }
          ]
        }
      ]
    }
  ],
  "Emails": [
    {
      "EmailAddressType": "Primary",
      "EmailAddress": "john.doe@example.com",
      "IsDefault": false,
      "Consents": [
        {
          "ConsentType": "Global Email Marketing Consent",
          "ConsentVersion": "v1",
          "Locale": "en_US",
          "ConsentStatus": 1,
          "ReasonCode": "",
          "ConsentDate": "2022-10-25T13:50:40.000Z",
          "ExpirationDate": "2022-10-25T13:50:40.000Z",
          "Expired": true,
          "SourceId": "Default",
          "UpdatedVersionPending": false,
          "IsActive": false,
          "Edited": {
            "CreateDate": "2022-10-25T13:50:43.220Z",
            "CreatedBy": "Web App",
            "ModifiedDate": "2023-11-21T18:25:42.467Z",
            "ModifiedBy": "Privacy Portal"
          },
          "Attributes": [
            {
              "Key": "Applicable Jurisdiction",
              "Value": "USA"
            }
          ]
        }
      ],
      "EmailPreferences": [
        {
          "ProgramId": "fin_banking_alert",
          "ChannelId": "Email",
          "MatchType": "Expressed",
          "ReasonCode": "",
          "ExpirationDate": "",
          "PreferenceStatus": "Active",
          "LastModifiedDate": "2023-01-09T14:26:45.280Z",
          "UserId": "Trust Center",
          "SourceId": "Default",
          "FilterId": "fin_banking_email",
          "PreferenceType": "1",
          "FrequencyId": "Immediate",
          "Attributes": [
            {
              "Key": "campaign_ID",
              "Value": "Nurture-11"
            }
          ],
          "CustomerDate": "2023-01-09T14:26:41.000Z",
          "DropReasonNbr": null,
          "MissingRequiredConsents": false,
          "IsActive": true,
          "ConsentAssociations": [
            {
              "ConsentType": "Data Processing Consent",
              "ConsentVersion": "v5",
              "IsActive": false,
              "Locale": "en_US",
              "ReasonCode": "",
              "UpdatedVersionPending": false
            }
          ]
        }
      ],
      "MissingRequiredConsents": false,
      "IsActive": false,
      "Edited": {
        "CreateDate": "2022-10-25T13:50:43.220Z",
        "CreatedBy": "Web App",
        "ModifiedDate": "2023-11-21T18:25:42.467Z",
        "ModifiedBy": "Privacy Portal"
      }
    }
  ],
  "PhoneNumbers": [
    {
      "PhoneType": "Home",
      "PhoneNumber": "7702551021",
      "PhoneNumberNumeric": 7702551021,
      "IsDefault": false,
      "Consents": [
        {
          "ConsentType": "TCPA Landline Consent",
          "ConsentVersion": "v1",
          "Locale": "en_US",
          "ConsentStatus": 1,
          "ReasonCode": "",
          "ConsentDate": "2023-11-02T21:23:31.000Z",
          "ExpirationDate": "",
          "Expired": false,
          "SourceId": "Service App",
          "UpdatedVersionPending": false,
          "IsActive": true,
          "Edited": {
            "CreateDate": "2023-11-02T21:23:37.023Z",
            "CreatedBy": "My Accounts Page",
            "ModifiedDate": "2023-11-21T18:25:42.467Z",
            "ModifiedBy": "Agent ID - 1334"
          },
          "Attributes": [
            {
              "Key": "Applicable Jurisdiction",
              "Value": "USA"
            }
          ]
        }
      ],
      "IsMobile": false,
      "IsActive": true,
      "Edited": {
        "CreateDate": "2022-05-03T20:21:21.347Z",
        "CreatedBy": "My Accounts Page",
        "ModifiedDate": "2024-02-10T13:48:18.943Z",
        "ModifiedBy": "My Accounts Page"
      },
      "PhonePreferences": [
        {
          "ProgramId": "fin_banking_alert",
          "ChannelId": "Phone",
          "MatchType": "Expressed",
          "ReasonCode": "",
          "ExpirationDate": "",
          "PreferenceStatus": "Active",
          "LastModifiedDate": "2024-02-10T13:48:18.943Z",
          "UserId": "App_Preferences_Widget_SC22",
          "SourceId": "In-app Widgets",
          "FilterId": "fin_banking_phone",
          "PreferenceType": "1",
          "FrequencyId": "Immediate",
          "Attributes": [
            {
              "Key": "campaign_ID",
              "Value": "CMC 123"
            }
          ],
          "CustomerDate": "2024-02-10T13:48:13.000Z",
          "DropReasonNbr": null,
          "MissingRequiredConsents": false,
          "IsActive": true,
          "ConsentAssociations": [
            {
              "ConsentType": "Data Processing Consent",
              "ConsentVersion": "v5",
              "IsActive": true,
              "Locale": "en_US",
              "ReasonCode": "",
              "UpdatedVersionPending": false
            }
          ]
        }
      ],
      "MissingRequiredConsents": false
    }
  ],
  "ProfilePreferences": [
    {
      "ProgramId": "ins_payment_confirmation",
      "ChannelId": "Solicit",
      "MatchType": "Expressed",
      "ReasonCode": "",
      "ExpirationDate": "",
      "PreferenceStatus": "Active",
      "LastModifiedDate": "2021-11-17T18:44:21.707Z",
      "UserId": "My Accounts Page",
      "SourceId": "Default",
      "FilterId": "ins_payment_app_notify",
      "PreferenceType": "1",
      "FrequencyId": "Immediate",
      "Attributes": [
        {
          "Key": "App Id",
          "Value": "JADKYK13343KD"
        }
      ],
      "CustomerDate": "2023-11-17T18:44:12.000Z",
      "DropReasonNbr": null,
      "MissingRequiredConsents": false,
      "IsActive": true,
      "ConsentAssociations": [
        {
          "ConsentType": "Data Processing Consent",
          "ConsentVersion": "v5",
          "IsActive": true,
          "Locale": "en_US",
          "ReasonCode": "",
          "UpdatedVersionPending": false
        }
      ]
    }
  ],
  "Consents": [
    {
      "ConsentType": "CCPA Privacy Rights",
      "ConsentVersion": "v4",
      "Locale": "en_US",
      "ConsentStatus": 1,
      "ReasonCode": "",
      "ConsentDate": "2022-10-25T13:28:49.000Z",
      "ExpirationDate": "",
      "Expired": false,
      "SourceId": "Default",
      "UpdatedVersionPending": false,
      "IsActive": false,
      "Edited": {
        "CreateDate": "2021-11-16T20:42:08.633Z",
        "CreatedBy": "Web App",
        "ModifiedDate": "2022-10-25T13:28:51.343Z",
        "ModifiedBy": "Web App"
      },
      "Attributes": [
        {
          "Key": "Applicable Jurisdiction",
          "Value": "CA-USA"
        }
      ]
    }
  ],
  "CustomFields": [
    {
      "Name": "Interests",
      "Value": "Shopping::Camping and Outdoors::Online Gaming",
      "IsActive": true,
      "Edited": {
        "CreateDate": "2022-05-03T20:21:21.347Z",
        "CreatedBy": "Web App",
        "ModifiedDate": "2023-11-01T23:50:50.700Z",
        "ModifiedBy": "Web App"
      }
    }
  ],
  "Groups": [
    {
      "GroupType": "Household",
      "GroupName": "Family",
      "IsPrimary": true,
      "IsActive": true,
      "Edited": {
        "CreateDate": "2023-11-02T15:29:15.973Z",
        "CreatedBy": "My Accounts Page",
        "ModifiedDate": "2023-11-01T23:50:50.700Z",
        "ModifiedBy": "Web App"
      }
    }
  ],
  "ProfileTags": [
    {
      "Name": "Frequent Customer"
    }
  ]
}
Was this section helpful?

What made this section unhelpful for you?

Retrieve profile by alternate id

This method will return a single user profile that matches the AlternateId and alternateIdType combination specified in the request.

The response will include all active consentscustom fieldsgroupstags, and preferences for which you have appropriate permissions. Inactive data elements across all objects are not returned.

Set the matchInactive query parameter to true when retrieving a profile using an inactive AlternateId. Only AlternateIds deactivated on a profile via the Bulk Import API can be used to retrieve a profile.

Header Parameters

Authorizationstring

Authorization token

Query Parameters

alternateIdTypestring

Name of the Alternate Id type associated with the specified Alternate Id

alternateIdstring

Alternate Id value that uniquely identifies the profile that is being retrieved.

impliedboolean

Boolean flag, when set to true, returns both implied and expressed preferences. Expressed preferences are explicitly stated by individuals, while implied preferences are inherited from the parent Filter when no explicit preference is provided. The Match Type field on a preference record indicates whether a preference is expressed or implied. This distinction is applicable only when the Preference Propagation feature is enabled in your account. Otherwise, all preferences are output w...

matchInactiveboolean

If set to true, returns active and inactive Alternate Ids and Contact Elements. Must be set to true when retrieving a profile using an inactive AlternateId. The default setting is false.

includeConsentHistoryboolean

Optional parameter that, when set to true, returns consent history. When set to false, it returns only the latest consent information. Defaults to true.

Path Parameters

clientIdstring

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

Response

200
Object
The request was successfully processed.

Response Attributes

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

GET

/{clientId}/Profile/AlternateId?alternateIdType={alternateIdType}&alternateId={alternateId}&implied=&matchInactive=&includeConsentHistory=

Select
1 curl --location --globoff 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/AlternateId?alternateIdType={alternateIdType}&alternateId={alternateId}' \

Response

{
  "ProfileId": 27178,
  "IsActive": true,
  "Edited": {
    "CreateDate": "2024-02-09T22:09:08.430Z",
    "CreatedBy": "John.Doe",
    "ModifiedDate": "2024-02-22T22:09:08.430Z",
    "ModifiedBy": "Web App"
  },
  "RegistrationConfirmed": true,
  "CustomerType": "Lead",
  "PreserveConsents": true,
  "PreservePreferences": true,
  "CustomerName": {
    "FirstName": "John",
    "MiddleName": "F",
    "LastName": "Doe",
    "Prefix": "Mr",
    "Suffix": "Jr"
  },
  "DefaultLocale": "en_US",
  "UpdateStatus": "Complete",
  "ReasonCode": "",
  "AlternateIds": [
    {
      "AlternateIdType": "Salesforce ContactId",
      "AlternateId": "0031njkASSIs2kk909",
      "IsActive": false,
      "Edited": {
        "CreateDate": "2024-02-09T22:09:08.430Z",
        "CreatedBy": "John.Doe",
        "ModifiedDate": "2024-02-22T22:09:08.430Z",
        "ModifiedBy": "Web App"
      }
    }
  ],
  "Addresses": [
    {
      "Address1": "4400 River Green Parkway",
      "Address2": "Suite 100",
      "City": "Duluth",
      "StateProvince": "GA",
      "CountryCode_Numeric": "840",
      "CountryCode_Alpha2": "US",
      "CountryCode_Alpha3": "USA",
      "PostalCode": "30096-2549",
      "AddressType": "Work",
      "IsActive": true,
      "IsDefault": false,
      "CassAddress1": "4400 RIVER GREEN PKWY",
      "CassAddress2": "",
      "CassCity": "DULUTH",
      "CassStateProvince": "GA",
      "CassPostalCode": "30096-2531",
      "CassStatus": "Y",
      "Country": "United States of America",
      "Edited": {
        "CreateDate": "2024-02-09T22:09:08.430Z",
        "CreatedBy": "John.Doe",
        "ModifiedDate": "2024-02-22T22:09:08.430Z",
        "ModifiedBy": "Web App"
      },
      "MissingRequiredConsents": false,
      "Consents": [
        {
          "ConsentType": "Direct Mail Consent",
          "ConsentVersion": "v1.0",
          "Locale": "en_US",
          "ConsentStatus": 1,
          "ReasonCode": "",
          "ConsentDate": "2024-10-25T13:50:40.000Z",
          "ExpirationDate": "",
          "Expired": false,
          "SourceId": "Lead Gen Form - 221",
          "UpdatedVersionPending": false,
          "IsActive": false,
          "Edited": {
            "CreateDate": "2024-02-09T22:09:08.430Z",
            "CreatedBy": "John.Doe",
            "ModifiedDate": "2024-02-22T22:09:08.430Z",
            "ModifiedBy": "Web App"
          },
          "Attributes": [
            {
              "Key": "campaign_ID",
              "Value": "CMC 123"
            }
          ]
        }
      ],
      "AddressPreferences": [
        {
          "ProgramId": "in_banking_alert",
          "ChannelId": "Mail",
          "MatchType": "Expressed",
          "ReasonCode": "",
          "ExpirationDate": "",
          "PreferenceStatus": "Active",
          "LastModifiedDate": "2024-09-14T20:18:56.943Z",
          "UserId": "Trust Center",
          "SourceId": "Default",
          "FilterId": "fin_banking_mail",
          "PreferenceType": "2",
          "FrequencyId": "MONTHLY",
          "Attributes": [
            {
              "Key": "campaign_ID",
              "Value": "CMC 123"
            }
          ],
          "CustomerDate": "2022-05-03T20:21:48.000Z",
          "DropReasonNbr": null,
          "MissingRequiredConsents": false,
          "IsActive": false,
          "ConsentAssociations": [
            {
              "ConsentType": "Opt-in Consent",
              "ConsentVersion": "v1",
              "IsActive": true,
              "Locale": "en_US",
              "ReasonCode": "",
              "UpdatedVersionPending": false
            }
          ]
        }
      ]
    }
  ],
  "Emails": [
    {
      "EmailAddressType": "Primary",
      "EmailAddress": "john.doe@example.com",
      "IsDefault": false,
      "Consents": [
        {
          "ConsentType": "Global Email Marketing Consent",
          "ConsentVersion": "v1",
          "Locale": "en_US",
          "ConsentStatus": 1,
          "ReasonCode": "",
          "ConsentDate": "2022-10-25T13:50:40.000Z",
          "ExpirationDate": "2022-10-25T13:50:40.000Z",
          "Expired": true,
          "SourceId": "Default",
          "UpdatedVersionPending": false,
          "IsActive": false,
          "Edited": {
            "CreateDate": "2022-10-25T13:50:43.220Z",
            "CreatedBy": "Web App",
            "ModifiedDate": "2023-11-21T18:25:42.467Z",
            "ModifiedBy": "Privacy Portal"
          },
          "Attributes": [
            {
              "Key": "Applicable Jurisdiction",
              "Value": "USA"
            }
          ]
        }
      ],
      "EmailPreferences": [
        {
          "ProgramId": "fin_banking_alert",
          "ChannelId": "Email",
          "MatchType": "Expressed",
          "ReasonCode": "",
          "ExpirationDate": "",
          "PreferenceStatus": "Active",
          "LastModifiedDate": "2023-01-09T14:26:45.280Z",
          "UserId": "Trust Center",
          "SourceId": "Default",
          "FilterId": "fin_banking_email",
          "PreferenceType": "1",
          "FrequencyId": "Immediate",
          "Attributes": [
            {
              "Key": "campaign_ID",
              "Value": "Nurture-11"
            }
          ],
          "CustomerDate": "2023-01-09T14:26:41.000Z",
          "DropReasonNbr": null,
          "MissingRequiredConsents": false,
          "IsActive": true,
          "ConsentAssociations": [
            {
              "ConsentType": "Data Processing Consent",
              "ConsentVersion": "v5",
              "IsActive": false,
              "Locale": "en_US",
              "ReasonCode": "",
              "UpdatedVersionPending": false
            }
          ]
        }
      ],
      "MissingRequiredConsents": false,
      "IsActive": false,
      "Edited": {
        "CreateDate": "2022-10-25T13:50:43.220Z",
        "CreatedBy": "Web App",
        "ModifiedDate": "2023-11-21T18:25:42.467Z",
        "ModifiedBy": "Privacy Portal"
      }
    }
  ],
  "PhoneNumbers": [
    {
      "PhoneType": "Home",
      "PhoneNumber": "7702551021",
      "PhoneNumberNumeric": 7702551021,
      "IsDefault": false,
      "Consents": [
        {
          "ConsentType": "TCPA Landline Consent",
          "ConsentVersion": "v1",
          "Locale": "en_US",
          "ConsentStatus": 1,
          "ReasonCode": "",
          "ConsentDate": "2023-11-02T21:23:31.000Z",
          "ExpirationDate": "",
          "Expired": false,
          "SourceId": "Service App",
          "UpdatedVersionPending": false,
          "IsActive": true,
          "Edited": {
            "CreateDate": "2023-11-02T21:23:37.023Z",
            "CreatedBy": "My Accounts Page",
            "ModifiedDate": "2023-11-21T18:25:42.467Z",
            "ModifiedBy": "Agent ID - 1334"
          },
          "Attributes": [
            {
              "Key": "Applicable Jurisdiction",
              "Value": "USA"
            }
          ]
        }
      ],
      "IsMobile": false,
      "IsActive": true,
      "Edited": {
        "CreateDate": "2022-05-03T20:21:21.347Z",
        "CreatedBy": "My Accounts Page",
        "ModifiedDate": "2024-02-10T13:48:18.943Z",
        "ModifiedBy": "My Accounts Page"
      },
      "PhonePreferences": [
        {
          "ProgramId": "fin_banking_alert",
          "ChannelId": "Phone",
          "MatchType": "Expressed",
          "ReasonCode": "",
          "ExpirationDate": "",
          "PreferenceStatus": "Active",
          "LastModifiedDate": "2024-02-10T13:48:18.943Z",
          "UserId": "App_Preferences_Widget_SC22",
          "SourceId": "In-app Widgets",
          "FilterId": "fin_banking_phone",
          "PreferenceType": "1",
          "FrequencyId": "Immediate",
          "Attributes": [
            {
              "Key": "campaign_ID",
              "Value": "CMC 123"
            }
          ],
          "CustomerDate": "2024-02-10T13:48:13.000Z",
          "DropReasonNbr": null,
          "MissingRequiredConsents": false,
          "IsActive": true,
          "ConsentAssociations": [
            {
              "ConsentType": "Data Processing Consent",
              "ConsentVersion": "v5",
              "IsActive": true,
              "Locale": "en_US",
              "ReasonCode": "",
              "UpdatedVersionPending": false
            }
          ]
        }
      ],
      "MissingRequiredConsents": false
    }
  ],
  "ProfilePreferences": [
    {
      "ProgramId": "ins_payment_confirmation",
      "ChannelId": "Solicit",
      "MatchType": "Expressed",
      "ReasonCode": "",
      "ExpirationDate": "",
      "PreferenceStatus": "Active",
      "LastModifiedDate": "2021-11-17T18:44:21.707Z",
      "UserId": "My Accounts Page",
      "SourceId": "Default",
      "FilterId": "ins_payment_app_notify",
      "PreferenceType": "1",
      "FrequencyId": "Immediate",
      "Attributes": [
        {
          "Key": "App Id",
          "Value": "JADKYK13343KD"
        }
      ],
      "CustomerDate": "2023-11-17T18:44:12.000Z",
      "DropReasonNbr": null,
      "MissingRequiredConsents": false,
      "IsActive": true,
      "ConsentAssociations": [
        {
          "ConsentType": "Data Processing Consent",
          "ConsentVersion": "v5",
          "IsActive": true,
          "Locale": "en_US",
          "ReasonCode": "",
          "UpdatedVersionPending": false
        }
      ]
    }
  ],
  "Consents": [
    {
      "ConsentType": "CCPA Privacy Rights",
      "ConsentVersion": "v4",
      "Locale": "en_US",
      "ConsentStatus": 1,
      "ReasonCode": "",
      "ConsentDate": "2022-10-25T13:28:49.000Z",
      "ExpirationDate": "",
      "Expired": false,
      "SourceId": "Default",
      "UpdatedVersionPending": false,
      "IsActive": false,
      "Edited": {
        "CreateDate": "2021-11-16T20:42:08.633Z",
        "CreatedBy": "Web App",
        "ModifiedDate": "2022-10-25T13:28:51.343Z",
        "ModifiedBy": "Web App"
      },
      "Attributes": [
        {
          "Key": "Applicable Jurisdiction",
          "Value": "CA-USA"
        }
      ]
    }
  ],
  "CustomFields": [
    {
      "Name": "Interests",
      "Value": "Shopping::Camping and Outdoors::Online Gaming",
      "IsActive": true,
      "Edited": {
        "CreateDate": "2022-05-03T20:21:21.347Z",
        "CreatedBy": "Web App",
        "ModifiedDate": "2023-11-01T23:50:50.700Z",
        "ModifiedBy": "Web App"
      }
    }
  ],
  "Groups": [
    {
      "GroupType": "Household",
      "GroupName": "Family",
      "IsPrimary": true,
      "IsActive": true,
      "Edited": {
        "CreateDate": "2023-11-02T15:29:15.973Z",
        "CreatedBy": "My Accounts Page",
        "ModifiedDate": "2023-11-01T23:50:50.700Z",
        "ModifiedBy": "Web App"
      }
    }
  ],
  "ProfileTags": [
    {
      "Name": "Frequent Customer"
    }
  ]
}
Was this section helpful?

What made this section unhelpful for you?

Retrieve profiles by phone

This method will retrieve one or more profiles that match the phone number specified in the request. Use the optional query parameter phoneType to limit the returned results to a specific phone type.

This method can only return up to 50 profiles. If more than 50 matching profiles are found, the API returns a 403-Forbidden.

The response will include all active consents, custom fields, groups, tags, and preferences for which you have appropriate permissions.

Header Parameters

Authorizationstring

Authorization token

Query Parameters

phoneNumberstring

The phone number digits that will be used to retrieve the profile.

phoneTypestring

Filter the response to a specific phone type.

impliedboolean

Boolean flag, when set to true, returns both implied and expressed preferences. Expressed preferences are explicitly stated by individuals, while implied preferences are inherited from the parent Filter when no explicit preference is provided. The Match Type field on a preference record indicates whether a preference is expressed or implied. This distinction is applicable only when the Preference Propagation feature is enabled in your account. Otherwise, all preferences are output w...

includeInactiveProfilesboolean

Boolean flag that when set to true returns both active and inactive profiles. If not included the value will default to false.

includeConsentHistoryboolean

Optional parameter that, when set to true, returns consent history. When set to false, it returns only the latest consent information. Defaults to true.

Path Parameters

clientIdstring

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

Response

200
Object
The request was successfully processed.

Response Attributes

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

GET

/{clientId}/Profile/Phone?phoneNumber=7702551020&phoneType=Home&implied=&includeInactiveProfiles=&includeConsentHistory=

Select
1 curl --location --globoff 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/Phone?phoneNumber=7702551020&phoneType=Home' \

Response

[
  {
    "ProfileId": 27178,
    "IsActive": true,
    "Edited": {
      "CreateDate": "2024-02-09T22:09:08.430Z",
      "CreatedBy": "John.Doe",
      "ModifiedDate": "2024-02-22T22:09:08.430Z",
      "ModifiedBy": "Web App"
    },
    "RegistrationConfirmed": true,
    "CustomerType": "Lead",
    "PreserveConsents": true,
    "PreservePreferences": true,
    "CustomerName": {
      "FirstName": "John",
      "MiddleName": "F",
      "LastName": "Doe",
      "Prefix": "Mr",
      "Suffix": "Jr"
    },
    "DefaultLocale": "en_US",
    "UpdateStatus": "Complete",
    "ReasonCode": "",
    "AlternateIds": [
      {
        "AlternateIdType": "Salesforce ContactId",
        "AlternateId": "0031njkASSIs2kk909",
        "IsActive": false,
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Addresses": [
      {
        "Address1": "4400 River Green Parkway",
        "Address2": "Suite 100",
        "City": "Duluth",
        "StateProvince": "GA",
        "CountryCode_Numeric": "840",
        "CountryCode_Alpha2": "US",
        "CountryCode_Alpha3": "USA",
        "PostalCode": "30096-2549",
        "AddressType": "Work",
        "IsActive": true,
        "IsDefault": false,
        "CassAddress1": "4400 RIVER GREEN PKWY",
        "CassAddress2": "",
        "CassCity": "DULUTH",
        "CassStateProvince": "GA",
        "CassPostalCode": "30096-2531",
        "CassStatus": "Y",
        "Country": "United States of America",
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        },
        "MissingRequiredConsents": false,
        "Consents": [
          {
            "ConsentType": "Direct Mail Consent",
            "ConsentVersion": "v1.0",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2024-10-25T13:50:40.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Lead Gen Form - 221",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2024-02-09T22:09:08.430Z",
              "CreatedBy": "John.Doe",
              "ModifiedDate": "2024-02-22T22:09:08.430Z",
              "ModifiedBy": "Web App"
            },
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ]
          }
        ],
        "AddressPreferences": [
          {
            "ProgramId": "in_banking_alert",
            "ChannelId": "Mail",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-09-14T20:18:56.943Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_mail",
            "PreferenceType": "2",
            "FrequencyId": "MONTHLY",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2022-05-03T20:21:48.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": false,
            "ConsentAssociations": [
              {
                "ConsentType": "Opt-in Consent",
                "ConsentVersion": "v1",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ]
      }
    ],
    "Emails": [
      {
        "EmailAddressType": "Primary",
        "EmailAddress": "john.doe@example.com",
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "Global Email Marketing Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2022-10-25T13:50:40.000Z",
            "ExpirationDate": "2022-10-25T13:50:40.000Z",
            "Expired": true,
            "SourceId": "Default",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2022-10-25T13:50:43.220Z",
              "CreatedBy": "Web App",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Privacy Portal"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "EmailPreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Email",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2023-01-09T14:26:45.280Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_email",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "Nurture-11"
              }
            ],
            "CustomerDate": "2023-01-09T14:26:41.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": false,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2022-10-25T13:50:43.220Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-21T18:25:42.467Z",
          "ModifiedBy": "Privacy Portal"
        }
      }
    ],
    "PhoneNumbers": [
      {
        "PhoneType": "Home",
        "PhoneNumber": "7702551021",
        "PhoneNumberNumeric": 7702551021,
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "TCPA Landline Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2023-11-02T21:23:31.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Service App",
            "UpdatedVersionPending": false,
            "IsActive": true,
            "Edited": {
              "CreateDate": "2023-11-02T21:23:37.023Z",
              "CreatedBy": "My Accounts Page",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Agent ID - 1334"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "IsMobile": false,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2024-02-10T13:48:18.943Z",
          "ModifiedBy": "My Accounts Page"
        },
        "PhonePreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Phone",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-02-10T13:48:18.943Z",
            "UserId": "App_Preferences_Widget_SC22",
            "SourceId": "In-app Widgets",
            "FilterId": "fin_banking_phone",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2024-02-10T13:48:13.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false
      }
    ],
    "ProfilePreferences": [
      {
        "ProgramId": "ins_payment_confirmation",
        "ChannelId": "Solicit",
        "MatchType": "Expressed",
        "ReasonCode": "",
        "ExpirationDate": "",
        "PreferenceStatus": "Active",
        "LastModifiedDate": "2021-11-17T18:44:21.707Z",
        "UserId": "My Accounts Page",
        "SourceId": "Default",
        "FilterId": "ins_payment_app_notify",
        "PreferenceType": "1",
        "FrequencyId": "Immediate",
        "Attributes": [
          {
            "Key": "App Id",
            "Value": "JADKYK13343KD"
          }
        ],
        "CustomerDate": "2023-11-17T18:44:12.000Z",
        "DropReasonNbr": null,
        "MissingRequiredConsents": false,
        "IsActive": true,
        "ConsentAssociations": [
          {
            "ConsentType": "Data Processing Consent",
            "ConsentVersion": "v5",
            "IsActive": true,
            "Locale": "en_US",
            "ReasonCode": "",
            "UpdatedVersionPending": false
          }
        ]
      }
    ],
    "Consents": [
      {
        "ConsentType": "CCPA Privacy Rights",
        "ConsentVersion": "v4",
        "Locale": "en_US",
        "ConsentStatus": 1,
        "ReasonCode": "",
        "ConsentDate": "2022-10-25T13:28:49.000Z",
        "ExpirationDate": "",
        "Expired": false,
        "SourceId": "Default",
        "UpdatedVersionPending": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2021-11-16T20:42:08.633Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2022-10-25T13:28:51.343Z",
          "ModifiedBy": "Web App"
        },
        "Attributes": [
          {
            "Key": "Applicable Jurisdiction",
            "Value": "CA-USA"
          }
        ]
      }
    ],
    "CustomFields": [
      {
        "Name": "Interests",
        "Value": "Shopping::Camping and Outdoors::Online Gaming",
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Groups": [
      {
        "GroupType": "Household",
        "GroupName": "Family",
        "IsPrimary": true,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2023-11-02T15:29:15.973Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "ProfileTags": [
      {
        "Name": "Frequent Customer"
      }
    ]
  }
]
Was this section helpful?

What made this section unhelpful for you?

Retrieve profiles by email

This method will retrieve one or more profiles that match the email address specified in the request. Use the optional query parameter emailType to limit the returned results to a specific email type.

This method can only return up to 50 profiles. If more than 50 matching profiles are found, the API returns a 403-Forbidden.

The response will include all active consents, custom fields, groups, tags, and preferences for which you have appropriate permissions.

Header Parameters

Authorizationstring Required

Authorization token

Query Parameters

emailAddressstring Required

Email address that will be used to retrieve the profile.

emailTypestring

This is to filter the results on a specific email address type as defined under "Contact Types" in MyPreferences. As examples this may include personal, employee, or shared.

impliedboolean

Boolean flag, when set to true, returns both implied and expressed preferences. Expressed preferences are explicitly stated by individuals, while implied preferences are inherited from the parent Filter when no explicit preference is provided. The Match Type field on a preference record indicates whether a preference is expressed or implied. This distinction is applicable only when the Preference Propagation feature is enabled in your account. Otherwise, all preferences are outpu...

includeInactiveProfilesboolean

Boolean flag, when set to true returns both active and inactive profiles. If not included, the value will default to false.

includeConsentHistoryboolean

Optional parameter that, when set to true, returns consent history. When set to false, it returns only the latest consent information. Defaults to true.

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

Response

200
Object
The request was successfully processed.

Response Attributes

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

GET

/{clientId}/Profile/Email?emailAddress=john.doe@acme.com&emailType=Work&implied=true&includeInactiveProfiles=false&includeConsentHistory=

Select
1 2 curl --location --globoff 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/Email?emailAddress=john.doe%40acme.com&emailType=Work&implied=true&includeInactiveProfiles=false' \ --header 'Authorization;' \

Response

[
  {
    "ProfileId": 27178,
    "IsActive": true,
    "Edited": {
      "CreateDate": "2024-02-09T22:09:08.430Z",
      "CreatedBy": "John.Doe",
      "ModifiedDate": "2024-02-22T22:09:08.430Z",
      "ModifiedBy": "Web App"
    },
    "RegistrationConfirmed": true,
    "CustomerType": "Lead",
    "PreserveConsents": true,
    "PreservePreferences": true,
    "CustomerName": {
      "FirstName": "John",
      "MiddleName": "F",
      "LastName": "Doe",
      "Prefix": "Mr",
      "Suffix": "Jr"
    },
    "DefaultLocale": "en_US",
    "UpdateStatus": "Complete",
    "ReasonCode": "",
    "AlternateIds": [
      {
        "AlternateIdType": "Salesforce ContactId",
        "AlternateId": "0031njkASSIs2kk909",
        "IsActive": false,
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Addresses": [
      {
        "Address1": "4400 River Green Parkway",
        "Address2": "Suite 100",
        "City": "Duluth",
        "StateProvince": "GA",
        "CountryCode_Numeric": "840",
        "CountryCode_Alpha2": "US",
        "CountryCode_Alpha3": "USA",
        "PostalCode": "30096-2549",
        "AddressType": "Work",
        "IsActive": true,
        "IsDefault": false,
        "CassAddress1": "4400 RIVER GREEN PKWY",
        "CassAddress2": "",
        "CassCity": "DULUTH",
        "CassStateProvince": "GA",
        "CassPostalCode": "30096-2531",
        "CassStatus": "Y",
        "Country": "United States of America",
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        },
        "MissingRequiredConsents": false,
        "Consents": [
          {
            "ConsentType": "Direct Mail Consent",
            "ConsentVersion": "v1.0",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2024-10-25T13:50:40.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Lead Gen Form - 221",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2024-02-09T22:09:08.430Z",
              "CreatedBy": "John.Doe",
              "ModifiedDate": "2024-02-22T22:09:08.430Z",
              "ModifiedBy": "Web App"
            },
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ]
          }
        ],
        "AddressPreferences": [
          {
            "ProgramId": "in_banking_alert",
            "ChannelId": "Mail",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-09-14T20:18:56.943Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_mail",
            "PreferenceType": "2",
            "FrequencyId": "MONTHLY",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2022-05-03T20:21:48.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": false,
            "ConsentAssociations": [
              {
                "ConsentType": "Opt-in Consent",
                "ConsentVersion": "v1",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ]
      }
    ],
    "Emails": [
      {
        "EmailAddressType": "Primary",
        "EmailAddress": "john.doe@example.com",
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "Global Email Marketing Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2022-10-25T13:50:40.000Z",
            "ExpirationDate": "2022-10-25T13:50:40.000Z",
            "Expired": true,
            "SourceId": "Default",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2022-10-25T13:50:43.220Z",
              "CreatedBy": "Web App",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Privacy Portal"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "EmailPreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Email",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2023-01-09T14:26:45.280Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_email",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "Nurture-11"
              }
            ],
            "CustomerDate": "2023-01-09T14:26:41.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": false,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2022-10-25T13:50:43.220Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-21T18:25:42.467Z",
          "ModifiedBy": "Privacy Portal"
        }
      }
    ],
    "PhoneNumbers": [
      {
        "PhoneType": "Home",
        "PhoneNumber": "7702551021",
        "PhoneNumberNumeric": 7702551021,
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "TCPA Landline Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2023-11-02T21:23:31.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Service App",
            "UpdatedVersionPending": false,
            "IsActive": true,
            "Edited": {
              "CreateDate": "2023-11-02T21:23:37.023Z",
              "CreatedBy": "My Accounts Page",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Agent ID - 1334"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "IsMobile": false,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2024-02-10T13:48:18.943Z",
          "ModifiedBy": "My Accounts Page"
        },
        "PhonePreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Phone",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-02-10T13:48:18.943Z",
            "UserId": "App_Preferences_Widget_SC22",
            "SourceId": "In-app Widgets",
            "FilterId": "fin_banking_phone",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2024-02-10T13:48:13.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false
      }
    ],
    "ProfilePreferences": [
      {
        "ProgramId": "ins_payment_confirmation",
        "ChannelId": "Solicit",
        "MatchType": "Expressed",
        "ReasonCode": "",
        "ExpirationDate": "",
        "PreferenceStatus": "Active",
        "LastModifiedDate": "2021-11-17T18:44:21.707Z",
        "UserId": "My Accounts Page",
        "SourceId": "Default",
        "FilterId": "ins_payment_app_notify",
        "PreferenceType": "1",
        "FrequencyId": "Immediate",
        "Attributes": [
          {
            "Key": "App Id",
            "Value": "JADKYK13343KD"
          }
        ],
        "CustomerDate": "2023-11-17T18:44:12.000Z",
        "DropReasonNbr": null,
        "MissingRequiredConsents": false,
        "IsActive": true,
        "ConsentAssociations": [
          {
            "ConsentType": "Data Processing Consent",
            "ConsentVersion": "v5",
            "IsActive": true,
            "Locale": "en_US",
            "ReasonCode": "",
            "UpdatedVersionPending": false
          }
        ]
      }
    ],
    "Consents": [
      {
        "ConsentType": "CCPA Privacy Rights",
        "ConsentVersion": "v4",
        "Locale": "en_US",
        "ConsentStatus": 1,
        "ReasonCode": "",
        "ConsentDate": "2022-10-25T13:28:49.000Z",
        "ExpirationDate": "",
        "Expired": false,
        "SourceId": "Default",
        "UpdatedVersionPending": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2021-11-16T20:42:08.633Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2022-10-25T13:28:51.343Z",
          "ModifiedBy": "Web App"
        },
        "Attributes": [
          {
            "Key": "Applicable Jurisdiction",
            "Value": "CA-USA"
          }
        ]
      }
    ],
    "CustomFields": [
      {
        "Name": "Interests",
        "Value": "Shopping::Camping and Outdoors::Online Gaming",
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Groups": [
      {
        "GroupType": "Household",
        "GroupName": "Family",
        "IsPrimary": true,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2023-11-02T15:29:15.973Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "ProfileTags": [
      {
        "Name": "Frequent Customer"
      }
    ]
  }
]
Was this section helpful?

What made this section unhelpful for you?

Retrieve profiles by address

This method returns one or more profiles that have an exact match on the mailing address field values specified in the request. Passing minimal data in the parameters may result in multiple profiles being returned.

This method can only return up to 50 profiles. If more than 50 matching profiles are found, the API returns a 403-Forbidden. The response will include all active consents, custom fields, groups, tags, and preferences for which you have appropriate permissions.

To increase the likelihood of finding the desired profile, it is recommended to include all available address fields as query parameters. All fields passed in the request must match the corresponding values in the profile for the record to be returned. For example, if you are looking for a profile with the name Audrey Julia Michaels at an unknown address on a street named Jefferson Drive in Roswell, GA, use the request as shown below

GET {clientId}/Profile/Address?address1=Jefferson Drive&city=Roswell&stateProvince=GA&addressType=Home&firstName=Audrey&middleName=Julia&lastName=Michaels&partialAddress1Match=true&partialNameMatch=true

Header Parameters

Authorizationstring Required

Authorization token

Query Parameters

address1string

First line of the mailing address in the profile being searched on.

address2string

Second line of the mailing address in the profile being searched on.

citystring Required

City, Town, or Village of the mailing address in the profile being searched on.

stateProvincestring Required

Province state or district identified in the profile being searched on.

postalCodestring

The postal or zip code identified in the address in the profile being searched on.

addressTypestring

This is to filter the results on a specific 'Address type' as defined under 'Contact Types' in MyPreferences. As an example this may include home, business, store, or PO Box addresses.

firstNamestring

First name of the person whose profile is being searched on.

middleNamestring

Middle name of the person whose profile is being searched on.

lastNamestring

Last name of the person whose profile is being searched on.

partialAddress1Matchboolean

A boolean property when set to true will match on partial address1 field values (Not address 2) For example: When this property is set to true and the user passes in 'Camden', the results will match on '12 Camden Lane' or '134 Camdenisk Way', but not 'Cameron' or '1453 Camdin Rd'. Defaults to false.

partialNameMatchboolean

A boolean property when set to true will match on partial name fields (firstName, MiddleName, lastName). For example: When this property is set to true and the user passes in a first name of 'Bill' and last name of 'Day', the results will match 'Bill Dayton' or 'Billy Day', but not 'Will Day' or 'Bill David'. Defaults to false.

impliedboolean

Boolean flag, when set to true, returns both implied and expressed preferences. Expressed preferences are explicitly stated by individuals, while implied preferences are inherited from the parent Filter when no explicit preference is provided. The Match Type field on a preference record indicates whether a preference is expressed or implied. This distinction is applicable only when the Preference Propagation feature is enabled in your account. Otherwise, all preferences are outpu...

includeInactiveProfilesboolean

Boolean flag, when set to true returns both active and inactive profiles. If not included, the value will default to false.

includeConsentHistoryboolean

Optional parameter that, when set to true, returns consent history. When set to false, it returns only the latest consent information. Defaults to true.

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id.

Response

200
Object
The request was successfully processed.

Response Attributes

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

GET

/{clientId}/Profile/Address?address1={address1}&address2={address 2}&city={city}&stateProvince={stateProvince}&postalCode={postalCode}&addressType={addressType}&firstName={firstName}&middleName={middleName}&lastName={lastName}&partialAddress1Match=&partialNameMatch=&implied=&includeInactiveProfiles=&includeConsentHistory=

Select
1 2 curl --location --globoff 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/Address?address1={address1}&address2={address%202}&city={city}&stateProvince={stateProvince}&postalCode={postalCode}&addressType={addressType}&firstName={firstName}&middleName={middleName}&lastName={lastName}' \ --header 'Authorization;' \

Response

[
  {
    "ProfileId": 27178,
    "IsActive": true,
    "Edited": {
      "CreateDate": "2024-02-09T22:09:08.430Z",
      "CreatedBy": "John.Doe",
      "ModifiedDate": "2024-02-22T22:09:08.430Z",
      "ModifiedBy": "Web App"
    },
    "RegistrationConfirmed": true,
    "CustomerType": "Lead",
    "PreserveConsents": true,
    "PreservePreferences": true,
    "CustomerName": {
      "FirstName": "John",
      "MiddleName": "F",
      "LastName": "Doe",
      "Prefix": "Mr",
      "Suffix": "Jr"
    },
    "DefaultLocale": "en_US",
    "UpdateStatus": "Complete",
    "ReasonCode": "",
    "AlternateIds": [
      {
        "AlternateIdType": "Salesforce ContactId",
        "AlternateId": "0031njkASSIs2kk909",
        "IsActive": false,
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Addresses": [
      {
        "Address1": "4400 River Green Parkway",
        "Address2": "Suite 100",
        "City": "Duluth",
        "StateProvince": "GA",
        "CountryCode_Numeric": "840",
        "CountryCode_Alpha2": "US",
        "CountryCode_Alpha3": "USA",
        "PostalCode": "30096-2549",
        "AddressType": "Work",
        "IsActive": true,
        "IsDefault": false,
        "CassAddress1": "4400 RIVER GREEN PKWY",
        "CassAddress2": "",
        "CassCity": "DULUTH",
        "CassStateProvince": "GA",
        "CassPostalCode": "30096-2531",
        "CassStatus": "Y",
        "Country": "United States of America",
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        },
        "MissingRequiredConsents": false,
        "Consents": [
          {
            "ConsentType": "Direct Mail Consent",
            "ConsentVersion": "v1.0",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2024-10-25T13:50:40.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Lead Gen Form - 221",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2024-02-09T22:09:08.430Z",
              "CreatedBy": "John.Doe",
              "ModifiedDate": "2024-02-22T22:09:08.430Z",
              "ModifiedBy": "Web App"
            },
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ]
          }
        ],
        "AddressPreferences": [
          {
            "ProgramId": "in_banking_alert",
            "ChannelId": "Mail",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-09-14T20:18:56.943Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_mail",
            "PreferenceType": "2",
            "FrequencyId": "MONTHLY",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2022-05-03T20:21:48.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": false,
            "ConsentAssociations": [
              {
                "ConsentType": "Opt-in Consent",
                "ConsentVersion": "v1",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ]
      }
    ],
    "Emails": [
      {
        "EmailAddressType": "Primary",
        "EmailAddress": "john.doe@example.com",
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "Global Email Marketing Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2022-10-25T13:50:40.000Z",
            "ExpirationDate": "2022-10-25T13:50:40.000Z",
            "Expired": true,
            "SourceId": "Default",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2022-10-25T13:50:43.220Z",
              "CreatedBy": "Web App",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Privacy Portal"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "EmailPreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Email",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2023-01-09T14:26:45.280Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_email",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "Nurture-11"
              }
            ],
            "CustomerDate": "2023-01-09T14:26:41.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": false,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2022-10-25T13:50:43.220Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-21T18:25:42.467Z",
          "ModifiedBy": "Privacy Portal"
        }
      }
    ],
    "PhoneNumbers": [
      {
        "PhoneType": "Home",
        "PhoneNumber": "7702551021",
        "PhoneNumberNumeric": 7702551021,
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "TCPA Landline Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2023-11-02T21:23:31.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Service App",
            "UpdatedVersionPending": false,
            "IsActive": true,
            "Edited": {
              "CreateDate": "2023-11-02T21:23:37.023Z",
              "CreatedBy": "My Accounts Page",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Agent ID - 1334"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "IsMobile": false,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2024-02-10T13:48:18.943Z",
          "ModifiedBy": "My Accounts Page"
        },
        "PhonePreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Phone",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-02-10T13:48:18.943Z",
            "UserId": "App_Preferences_Widget_SC22",
            "SourceId": "In-app Widgets",
            "FilterId": "fin_banking_phone",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2024-02-10T13:48:13.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false
      }
    ],
    "ProfilePreferences": [
      {
        "ProgramId": "ins_payment_confirmation",
        "ChannelId": "Solicit",
        "MatchType": "Expressed",
        "ReasonCode": "",
        "ExpirationDate": "",
        "PreferenceStatus": "Active",
        "LastModifiedDate": "2021-11-17T18:44:21.707Z",
        "UserId": "My Accounts Page",
        "SourceId": "Default",
        "FilterId": "ins_payment_app_notify",
        "PreferenceType": "1",
        "FrequencyId": "Immediate",
        "Attributes": [
          {
            "Key": "App Id",
            "Value": "JADKYK13343KD"
          }
        ],
        "CustomerDate": "2023-11-17T18:44:12.000Z",
        "DropReasonNbr": null,
        "MissingRequiredConsents": false,
        "IsActive": true,
        "ConsentAssociations": [
          {
            "ConsentType": "Data Processing Consent",
            "ConsentVersion": "v5",
            "IsActive": true,
            "Locale": "en_US",
            "ReasonCode": "",
            "UpdatedVersionPending": false
          }
        ]
      }
    ],
    "Consents": [
      {
        "ConsentType": "CCPA Privacy Rights",
        "ConsentVersion": "v4",
        "Locale": "en_US",
        "ConsentStatus": 1,
        "ReasonCode": "",
        "ConsentDate": "2022-10-25T13:28:49.000Z",
        "ExpirationDate": "",
        "Expired": false,
        "SourceId": "Default",
        "UpdatedVersionPending": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2021-11-16T20:42:08.633Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2022-10-25T13:28:51.343Z",
          "ModifiedBy": "Web App"
        },
        "Attributes": [
          {
            "Key": "Applicable Jurisdiction",
            "Value": "CA-USA"
          }
        ]
      }
    ],
    "CustomFields": [
      {
        "Name": "Interests",
        "Value": "Shopping::Camping and Outdoors::Online Gaming",
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Groups": [
      {
        "GroupType": "Household",
        "GroupName": "Family",
        "IsPrimary": true,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2023-11-02T15:29:15.973Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "ProfileTags": [
      {
        "Name": "Frequent Customer"
      }
    ]
  }
]
Was this section helpful?

What made this section unhelpful for you?

Retrieve profiles by name

This method will retrieve one or more profiles that have an exact match on the firstName, middleName and lastName values specified in the request.

This method can only return up to 50 profiles. If more than 50 matching profiles are found, the API returns a 403-Forbidden.

The response will include all active consents, custom fields, groups, tags, and preferences for which you have appropriate permissions.

Header Parameters

Authorizationstring Required

Authorization token

Query Parameters

lastNamestring Required

Last name used to retrieve the matching profile(s).

firstNamestring

First name used to retrieve the matching profile(s).

middleNamestring

Middle name used to retrieve the matching profile(s).

impliedboolean

Boolean flag, when set to true, returns both implied and expressed preferences. Expressed preferences are explicitly stated by individuals, while implied preferences are inherited from the parent Filter when no explicit preference is provided. The Match Type field on a preference record indicates whether a preference is expressed or implied. This distinction is applicable only when the Preference Propagation feature is enabled in your account. Otherwise, all preferences are outpu...

includeInactiveProfilesboolean

Boolean flag, when set to true returns both active and inactive profiles. If not included, the value will default to false.

includeConsentHistoryboolean

Optional parameter that, when set to true, returns consent history. When set to false, it returns only the latest consent information. Defaults to true.

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

Response

200
Object
The request was successfully processed.

Response Attributes

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

GET

/{clientId}/Profile/Name?lastName=Doe&firstName=John&middleName=Dominic&implied=true&includeInactiveProfiles=false&includeConsentHistory=

Select
1 2 curl --location --globoff 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/Name?lastName=Doe&firstName=John&middleName=Dominic&implied=true&includeInactiveProfiles=false' \ --header 'Authorization;' \

Response

[
  {
    "ProfileId": 27178,
    "IsActive": true,
    "Edited": {
      "CreateDate": "2024-02-09T22:09:08.430Z",
      "CreatedBy": "John.Doe",
      "ModifiedDate": "2024-02-22T22:09:08.430Z",
      "ModifiedBy": "Web App"
    },
    "RegistrationConfirmed": true,
    "CustomerType": "Lead",
    "PreserveConsents": true,
    "PreservePreferences": true,
    "CustomerName": {
      "FirstName": "John",
      "MiddleName": "F",
      "LastName": "Doe",
      "Prefix": "Mr",
      "Suffix": "Jr"
    },
    "DefaultLocale": "en_US",
    "UpdateStatus": "Complete",
    "ReasonCode": "",
    "AlternateIds": [
      {
        "AlternateIdType": "Salesforce ContactId",
        "AlternateId": "0031njkASSIs2kk909",
        "IsActive": false,
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Addresses": [
      {
        "Address1": "4400 River Green Parkway",
        "Address2": "Suite 100",
        "City": "Duluth",
        "StateProvince": "GA",
        "CountryCode_Numeric": "840",
        "CountryCode_Alpha2": "US",
        "CountryCode_Alpha3": "USA",
        "PostalCode": "30096-2549",
        "AddressType": "Work",
        "IsActive": true,
        "IsDefault": false,
        "CassAddress1": "4400 RIVER GREEN PKWY",
        "CassAddress2": "",
        "CassCity": "DULUTH",
        "CassStateProvince": "GA",
        "CassPostalCode": "30096-2531",
        "CassStatus": "Y",
        "Country": "United States of America",
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        },
        "MissingRequiredConsents": false,
        "Consents": [
          {
            "ConsentType": "Direct Mail Consent",
            "ConsentVersion": "v1.0",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2024-10-25T13:50:40.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Lead Gen Form - 221",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2024-02-09T22:09:08.430Z",
              "CreatedBy": "John.Doe",
              "ModifiedDate": "2024-02-22T22:09:08.430Z",
              "ModifiedBy": "Web App"
            },
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ]
          }
        ],
        "AddressPreferences": [
          {
            "ProgramId": "in_banking_alert",
            "ChannelId": "Mail",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-09-14T20:18:56.943Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_mail",
            "PreferenceType": "2",
            "FrequencyId": "MONTHLY",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2022-05-03T20:21:48.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": false,
            "ConsentAssociations": [
              {
                "ConsentType": "Opt-in Consent",
                "ConsentVersion": "v1",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ]
      }
    ],
    "Emails": [
      {
        "EmailAddressType": "Primary",
        "EmailAddress": "john.doe@example.com",
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "Global Email Marketing Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2022-10-25T13:50:40.000Z",
            "ExpirationDate": "2022-10-25T13:50:40.000Z",
            "Expired": true,
            "SourceId": "Default",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2022-10-25T13:50:43.220Z",
              "CreatedBy": "Web App",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Privacy Portal"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "EmailPreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Email",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2023-01-09T14:26:45.280Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_email",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "Nurture-11"
              }
            ],
            "CustomerDate": "2023-01-09T14:26:41.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": false,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2022-10-25T13:50:43.220Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-21T18:25:42.467Z",
          "ModifiedBy": "Privacy Portal"
        }
      }
    ],
    "PhoneNumbers": [
      {
        "PhoneType": "Home",
        "PhoneNumber": "7702551021",
        "PhoneNumberNumeric": 7702551021,
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "TCPA Landline Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2023-11-02T21:23:31.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Service App",
            "UpdatedVersionPending": false,
            "IsActive": true,
            "Edited": {
              "CreateDate": "2023-11-02T21:23:37.023Z",
              "CreatedBy": "My Accounts Page",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Agent ID - 1334"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "IsMobile": false,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2024-02-10T13:48:18.943Z",
          "ModifiedBy": "My Accounts Page"
        },
        "PhonePreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Phone",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-02-10T13:48:18.943Z",
            "UserId": "App_Preferences_Widget_SC22",
            "SourceId": "In-app Widgets",
            "FilterId": "fin_banking_phone",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2024-02-10T13:48:13.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false
      }
    ],
    "ProfilePreferences": [
      {
        "ProgramId": "ins_payment_confirmation",
        "ChannelId": "Solicit",
        "MatchType": "Expressed",
        "ReasonCode": "",
        "ExpirationDate": "",
        "PreferenceStatus": "Active",
        "LastModifiedDate": "2021-11-17T18:44:21.707Z",
        "UserId": "My Accounts Page",
        "SourceId": "Default",
        "FilterId": "ins_payment_app_notify",
        "PreferenceType": "1",
        "FrequencyId": "Immediate",
        "Attributes": [
          {
            "Key": "App Id",
            "Value": "JADKYK13343KD"
          }
        ],
        "CustomerDate": "2023-11-17T18:44:12.000Z",
        "DropReasonNbr": null,
        "MissingRequiredConsents": false,
        "IsActive": true,
        "ConsentAssociations": [
          {
            "ConsentType": "Data Processing Consent",
            "ConsentVersion": "v5",
            "IsActive": true,
            "Locale": "en_US",
            "ReasonCode": "",
            "UpdatedVersionPending": false
          }
        ]
      }
    ],
    "Consents": [
      {
        "ConsentType": "CCPA Privacy Rights",
        "ConsentVersion": "v4",
        "Locale": "en_US",
        "ConsentStatus": 1,
        "ReasonCode": "",
        "ConsentDate": "2022-10-25T13:28:49.000Z",
        "ExpirationDate": "",
        "Expired": false,
        "SourceId": "Default",
        "UpdatedVersionPending": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2021-11-16T20:42:08.633Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2022-10-25T13:28:51.343Z",
          "ModifiedBy": "Web App"
        },
        "Attributes": [
          {
            "Key": "Applicable Jurisdiction",
            "Value": "CA-USA"
          }
        ]
      }
    ],
    "CustomFields": [
      {
        "Name": "Interests",
        "Value": "Shopping::Camping and Outdoors::Online Gaming",
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Groups": [
      {
        "GroupType": "Household",
        "GroupName": "Family",
        "IsPrimary": true,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2023-11-02T15:29:15.973Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "ProfileTags": [
      {
        "Name": "Frequent Customer"
      }
    ]
  }
]
Was this section helpful?

What made this section unhelpful for you?

Retrieve profiles by partial name

This method will retrieve one or more profiles that have a partial match on the firstName, middleName, and lastName values specified in the request.

This method can only return up to 50 profiles. If more than 50 matching profiles are found, the API returns a 403-Forbidden.

The response will include all active consents, custom fields, groups, tags, and preferences for which you have appropriate permissions.

For example, suppose we specify the lastName parameter as 'Smi'. In this case, the matching process will look for last names that contain the substring 'Smi'. As a result, last names like 'Smith' or 'Smilla' would be considered as matches because they contain the substring 'Smi'. However, last names such as 'Small' or 'Sampson' would not be considered as matches because they do not contain the exact substring 'Smi'.

Header Parameters

Authorizationstring Required

Authorization token

Query Parameters

lastNamestring Required

Last name used to retrieve the matching profile(s).

firstNamestring

First name used to retrieve the matching profile(s).

middleNamestring

Middle name used to retrieve the matching profile(s).

impliedboolean

Boolean flag, when set to true, returns both implied and expressed preferences. Expressed preferences are explicitly stated by individuals, while implied preferences are inherited from the parent Filter when no explicit preference is provided. The Match Type field on a preference record indicates whether a preference is expressed or implied. This distinction is applicable only when the Preference Propagation feature is enabled in your account. Otherwise, all preferences are outpu...

includeInactiveProfilesboolean

Boolean flag, when set to true returns both active and inactive profiles. If not included, the value will default to false.

includeConsentHistoryboolean

Optional parameter that, when set to true, returns consent history. When set to false, it returns only the latest consent information. Defaults to true.

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

Response

200
Object

Response Attributes

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

GET

/{clientId}/Profile/Name/Partial?lastName=Doe&firstName=John&middleName=&implied=true&includeInactiveProfiles=false&includeConsentHistory=

Select
1 2 curl --location --globoff 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/Name/Partial?lastName=Doe&firstName=John&implied=true&includeInactiveProfiles=false' \ --header 'Authorization;' \

Response

[
  {
    "ProfileId": 27178,
    "IsActive": true,
    "Edited": {
      "CreateDate": "2024-02-09T22:09:08.430Z",
      "CreatedBy": "John.Doe",
      "ModifiedDate": "2024-02-22T22:09:08.430Z",
      "ModifiedBy": "Web App"
    },
    "RegistrationConfirmed": true,
    "CustomerType": "Lead",
    "PreserveConsents": true,
    "PreservePreferences": true,
    "CustomerName": {
      "FirstName": "John",
      "MiddleName": "F",
      "LastName": "Doe",
      "Prefix": "Mr",
      "Suffix": "Jr"
    },
    "DefaultLocale": "en_US",
    "UpdateStatus": "Complete",
    "ReasonCode": "",
    "AlternateIds": [
      {
        "AlternateIdType": "Salesforce ContactId",
        "AlternateId": "0031njkASSIs2kk909",
        "IsActive": false,
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Addresses": [
      {
        "Address1": "4400 River Green Parkway",
        "Address2": "Suite 100",
        "City": "Duluth",
        "StateProvince": "GA",
        "CountryCode_Numeric": "840",
        "CountryCode_Alpha2": "US",
        "CountryCode_Alpha3": "USA",
        "PostalCode": "30096-2549",
        "AddressType": "Work",
        "IsActive": true,
        "IsDefault": false,
        "CassAddress1": "4400 RIVER GREEN PKWY",
        "CassAddress2": "",
        "CassCity": "DULUTH",
        "CassStateProvince": "GA",
        "CassPostalCode": "30096-2531",
        "CassStatus": "Y",
        "Country": "United States of America",
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        },
        "MissingRequiredConsents": false,
        "Consents": [
          {
            "ConsentType": "Direct Mail Consent",
            "ConsentVersion": "v1.0",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2024-10-25T13:50:40.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Lead Gen Form - 221",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2024-02-09T22:09:08.430Z",
              "CreatedBy": "John.Doe",
              "ModifiedDate": "2024-02-22T22:09:08.430Z",
              "ModifiedBy": "Web App"
            },
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ]
          }
        ],
        "AddressPreferences": [
          {
            "ProgramId": "in_banking_alert",
            "ChannelId": "Mail",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-09-14T20:18:56.943Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_mail",
            "PreferenceType": "2",
            "FrequencyId": "MONTHLY",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2022-05-03T20:21:48.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": false,
            "ConsentAssociations": [
              {
                "ConsentType": "Opt-in Consent",
                "ConsentVersion": "v1",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ]
      }
    ],
    "Emails": [
      {
        "EmailAddressType": "Primary",
        "EmailAddress": "john.doe@example.com",
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "Global Email Marketing Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2022-10-25T13:50:40.000Z",
            "ExpirationDate": "2022-10-25T13:50:40.000Z",
            "Expired": true,
            "SourceId": "Default",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2022-10-25T13:50:43.220Z",
              "CreatedBy": "Web App",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Privacy Portal"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "EmailPreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Email",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2023-01-09T14:26:45.280Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_email",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "Nurture-11"
              }
            ],
            "CustomerDate": "2023-01-09T14:26:41.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": false,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2022-10-25T13:50:43.220Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-21T18:25:42.467Z",
          "ModifiedBy": "Privacy Portal"
        }
      }
    ],
    "PhoneNumbers": [
      {
        "PhoneType": "Home",
        "PhoneNumber": "7702551021",
        "PhoneNumberNumeric": 7702551021,
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "TCPA Landline Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2023-11-02T21:23:31.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Service App",
            "UpdatedVersionPending": false,
            "IsActive": true,
            "Edited": {
              "CreateDate": "2023-11-02T21:23:37.023Z",
              "CreatedBy": "My Accounts Page",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Agent ID - 1334"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "IsMobile": false,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2024-02-10T13:48:18.943Z",
          "ModifiedBy": "My Accounts Page"
        },
        "PhonePreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Phone",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-02-10T13:48:18.943Z",
            "UserId": "App_Preferences_Widget_SC22",
            "SourceId": "In-app Widgets",
            "FilterId": "fin_banking_phone",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2024-02-10T13:48:13.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false
      }
    ],
    "ProfilePreferences": [
      {
        "ProgramId": "ins_payment_confirmation",
        "ChannelId": "Solicit",
        "MatchType": "Expressed",
        "ReasonCode": "",
        "ExpirationDate": "",
        "PreferenceStatus": "Active",
        "LastModifiedDate": "2021-11-17T18:44:21.707Z",
        "UserId": "My Accounts Page",
        "SourceId": "Default",
        "FilterId": "ins_payment_app_notify",
        "PreferenceType": "1",
        "FrequencyId": "Immediate",
        "Attributes": [
          {
            "Key": "App Id",
            "Value": "JADKYK13343KD"
          }
        ],
        "CustomerDate": "2023-11-17T18:44:12.000Z",
        "DropReasonNbr": null,
        "MissingRequiredConsents": false,
        "IsActive": true,
        "ConsentAssociations": [
          {
            "ConsentType": "Data Processing Consent",
            "ConsentVersion": "v5",
            "IsActive": true,
            "Locale": "en_US",
            "ReasonCode": "",
            "UpdatedVersionPending": false
          }
        ]
      }
    ],
    "Consents": [
      {
        "ConsentType": "CCPA Privacy Rights",
        "ConsentVersion": "v4",
        "Locale": "en_US",
        "ConsentStatus": 1,
        "ReasonCode": "",
        "ConsentDate": "2022-10-25T13:28:49.000Z",
        "ExpirationDate": "",
        "Expired": false,
        "SourceId": "Default",
        "UpdatedVersionPending": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2021-11-16T20:42:08.633Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2022-10-25T13:28:51.343Z",
          "ModifiedBy": "Web App"
        },
        "Attributes": [
          {
            "Key": "Applicable Jurisdiction",
            "Value": "CA-USA"
          }
        ]
      }
    ],
    "CustomFields": [
      {
        "Name": "Interests",
        "Value": "Shopping::Camping and Outdoors::Online Gaming",
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Groups": [
      {
        "GroupType": "Household",
        "GroupName": "Family",
        "IsPrimary": true,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2023-11-02T15:29:15.973Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "ProfileTags": [
      {
        "Name": "Frequent Customer"
      }
    ]
  }
]
Was this section helpful?

What made this section unhelpful for you?

Retrieve profiles by custom fields

This method returns one or more profiles that meet the custom field criteria specified in the query string. It supports filtering on multiple custom fields, and the parameters are passed as an array. The first field and value combination start with index 0.

This method can only return up to 50 profiles. If more than 50 matching profiles are found, the API returns a 403-Forbidden.

All active consents, custom fields, groups, tags, and preferences for which you have permissions will be returned in the response.

For example, if you are searching for a profile with the custom field "alpha" having a value of "couch" and the custom field "beta" having a value of "book," use the following request.

PLAINTEXT
GET {clientId}/Profile/CustomFields?customFields[0].Name=alpha&customFields[0].Value=couch&customFields[1].Name=beta&customFields[1].Value=book 

Header Parameters

Authorizationstring Required

Authorization token

Query Parameters

customFields[0].Namestring
customFields[0].Valuestring
includeConsentHistoryboolean

Optional parameter that, when set to true, returns consent history. When set to false, it returns only the latest consent information. Defaults to true.

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

Response

200
Object

Response Attributes

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

GET

/{clientId}/Profile/CustomFields?customFields[0].Name=Occupation&customFields[0].Value=WebDesigner&includeConsentHistory=

Select
1 2 curl --location --globoff 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/CustomFields?customFields[0].Name=Occupation&customFields[0].Value=WebDesigner' \ --header 'Authorization;' \

Response

[
  {
    "ProfileId": 27178,
    "IsActive": true,
    "Edited": {
      "CreateDate": "2024-02-09T22:09:08.430Z",
      "CreatedBy": "John.Doe",
      "ModifiedDate": "2024-02-22T22:09:08.430Z",
      "ModifiedBy": "Web App"
    },
    "RegistrationConfirmed": true,
    "CustomerType": "Lead",
    "PreserveConsents": true,
    "PreservePreferences": true,
    "CustomerName": {
      "FirstName": "John",
      "MiddleName": "F",
      "LastName": "Doe",
      "Prefix": "Mr",
      "Suffix": "Jr"
    },
    "DefaultLocale": "en_US",
    "UpdateStatus": "Complete",
    "ReasonCode": "",
    "AlternateIds": [
      {
        "AlternateIdType": "Salesforce ContactId",
        "AlternateId": "0031njkASSIs2kk909",
        "IsActive": false,
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Addresses": [
      {
        "Address1": "4400 River Green Parkway",
        "Address2": "Suite 100",
        "City": "Duluth",
        "StateProvince": "GA",
        "CountryCode_Numeric": "840",
        "CountryCode_Alpha2": "US",
        "CountryCode_Alpha3": "USA",
        "PostalCode": "30096-2549",
        "AddressType": "Work",
        "IsActive": true,
        "IsDefault": false,
        "CassAddress1": "4400 RIVER GREEN PKWY",
        "CassAddress2": "",
        "CassCity": "DULUTH",
        "CassStateProvince": "GA",
        "CassPostalCode": "30096-2531",
        "CassStatus": "Y",
        "Country": "United States of America",
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        },
        "MissingRequiredConsents": false,
        "Consents": [
          {
            "ConsentType": "Direct Mail Consent",
            "ConsentVersion": "v1.0",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2024-10-25T13:50:40.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Lead Gen Form - 221",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2024-02-09T22:09:08.430Z",
              "CreatedBy": "John.Doe",
              "ModifiedDate": "2024-02-22T22:09:08.430Z",
              "ModifiedBy": "Web App"
            },
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ]
          }
        ],
        "AddressPreferences": [
          {
            "ProgramId": "in_banking_alert",
            "ChannelId": "Mail",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-09-14T20:18:56.943Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_mail",
            "PreferenceType": "2",
            "FrequencyId": "MONTHLY",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2022-05-03T20:21:48.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": false,
            "ConsentAssociations": [
              {
                "ConsentType": "Opt-in Consent",
                "ConsentVersion": "v1",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ]
      }
    ],
    "Emails": [
      {
        "EmailAddressType": "Primary",
        "EmailAddress": "john.doe@example.com",
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "Global Email Marketing Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2022-10-25T13:50:40.000Z",
            "ExpirationDate": "2022-10-25T13:50:40.000Z",
            "Expired": true,
            "SourceId": "Default",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2022-10-25T13:50:43.220Z",
              "CreatedBy": "Web App",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Privacy Portal"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "EmailPreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Email",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2023-01-09T14:26:45.280Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_email",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "Nurture-11"
              }
            ],
            "CustomerDate": "2023-01-09T14:26:41.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": false,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2022-10-25T13:50:43.220Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-21T18:25:42.467Z",
          "ModifiedBy": "Privacy Portal"
        }
      }
    ],
    "PhoneNumbers": [
      {
        "PhoneType": "Home",
        "PhoneNumber": "7702551021",
        "PhoneNumberNumeric": 7702551021,
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "TCPA Landline Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2023-11-02T21:23:31.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Service App",
            "UpdatedVersionPending": false,
            "IsActive": true,
            "Edited": {
              "CreateDate": "2023-11-02T21:23:37.023Z",
              "CreatedBy": "My Accounts Page",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Agent ID - 1334"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "IsMobile": false,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2024-02-10T13:48:18.943Z",
          "ModifiedBy": "My Accounts Page"
        },
        "PhonePreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Phone",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-02-10T13:48:18.943Z",
            "UserId": "App_Preferences_Widget_SC22",
            "SourceId": "In-app Widgets",
            "FilterId": "fin_banking_phone",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2024-02-10T13:48:13.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false
      }
    ],
    "ProfilePreferences": [
      {
        "ProgramId": "ins_payment_confirmation",
        "ChannelId": "Solicit",
        "MatchType": "Expressed",
        "ReasonCode": "",
        "ExpirationDate": "",
        "PreferenceStatus": "Active",
        "LastModifiedDate": "2021-11-17T18:44:21.707Z",
        "UserId": "My Accounts Page",
        "SourceId": "Default",
        "FilterId": "ins_payment_app_notify",
        "PreferenceType": "1",
        "FrequencyId": "Immediate",
        "Attributes": [
          {
            "Key": "App Id",
            "Value": "JADKYK13343KD"
          }
        ],
        "CustomerDate": "2023-11-17T18:44:12.000Z",
        "DropReasonNbr": null,
        "MissingRequiredConsents": false,
        "IsActive": true,
        "ConsentAssociations": [
          {
            "ConsentType": "Data Processing Consent",
            "ConsentVersion": "v5",
            "IsActive": true,
            "Locale": "en_US",
            "ReasonCode": "",
            "UpdatedVersionPending": false
          }
        ]
      }
    ],
    "Consents": [
      {
        "ConsentType": "CCPA Privacy Rights",
        "ConsentVersion": "v4",
        "Locale": "en_US",
        "ConsentStatus": 1,
        "ReasonCode": "",
        "ConsentDate": "2022-10-25T13:28:49.000Z",
        "ExpirationDate": "",
        "Expired": false,
        "SourceId": "Default",
        "UpdatedVersionPending": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2021-11-16T20:42:08.633Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2022-10-25T13:28:51.343Z",
          "ModifiedBy": "Web App"
        },
        "Attributes": [
          {
            "Key": "Applicable Jurisdiction",
            "Value": "CA-USA"
          }
        ]
      }
    ],
    "CustomFields": [
      {
        "Name": "Interests",
        "Value": "Shopping::Camping and Outdoors::Online Gaming",
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Groups": [
      {
        "GroupType": "Household",
        "GroupName": "Family",
        "IsPrimary": true,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2023-11-02T15:29:15.973Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "ProfileTags": [
      {
        "Name": "Frequent Customer"
      }
    ]
  }
]
Was this section helpful?

What made this section unhelpful for you?

Retrieve profiles by SelectList custom fields

This method enhances the capability to search for profiles based on custom fields by incorporating operators for each custom field. These operators, which includes, Equals, All of, or Any of, allow for greater flexibility in filtering the customFields.Value parameter and evaluating its values.

This method can only return up to 50 profiles. If more than 50 matching profiles are found, the API returns a 403-Forbidden.

The response will include all active consents, custom fields, groups, tags, and preferences for which you have appropriate permissions.

For example: if you are looking for a profile with a custom field "alpha" with any of the values "couch, chair or table" use the following request:

PLAINTEXT
GET {clientId}/Profile/CustomFields/SelectList? customFields[0].OperatorId=3&customFields[0].Name=alpha&customFields[0].Value=couch:chair:table 

Header Parameters

Authorizationstring Required

Authorization token

Query Parameters

customFields[0].Namestring Required
customFields[0].Valuestring
includeConsentHistoryboolean

Optional parameter that, when set to true, returns consent history. When set to false, it returns only the latest consent information. Defaults to true.

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

Response

200
Object

Response Attributes

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

GET

/{clientId}/Profile/CustomFields/SelectList?customFields[0].Name=Occupation&customFields[0].Value=WebDesigner&includeConsentHistory=

Select
1 2 curl --location --globoff 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/CustomFields/SelectList?customFields[0].Name=Occupation&customFields[0].Value=WebDesigner' \ --header 'Authorization;' \

Response

[
  {
    "ProfileId": 27178,
    "IsActive": true,
    "Edited": {
      "CreateDate": "2024-02-09T22:09:08.430Z",
      "CreatedBy": "John.Doe",
      "ModifiedDate": "2024-02-22T22:09:08.430Z",
      "ModifiedBy": "Web App"
    },
    "RegistrationConfirmed": true,
    "CustomerType": "Lead",
    "PreserveConsents": true,
    "PreservePreferences": true,
    "CustomerName": {
      "FirstName": "John",
      "MiddleName": "F",
      "LastName": "Doe",
      "Prefix": "Mr",
      "Suffix": "Jr"
    },
    "DefaultLocale": "en_US",
    "UpdateStatus": "Complete",
    "ReasonCode": "",
    "AlternateIds": [
      {
        "AlternateIdType": "Salesforce ContactId",
        "AlternateId": "0031njkASSIs2kk909",
        "IsActive": false,
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Addresses": [
      {
        "Address1": "4400 River Green Parkway",
        "Address2": "Suite 100",
        "City": "Duluth",
        "StateProvince": "GA",
        "CountryCode_Numeric": "840",
        "CountryCode_Alpha2": "US",
        "CountryCode_Alpha3": "USA",
        "PostalCode": "30096-2549",
        "AddressType": "Work",
        "IsActive": true,
        "IsDefault": false,
        "CassAddress1": "4400 RIVER GREEN PKWY",
        "CassAddress2": "",
        "CassCity": "DULUTH",
        "CassStateProvince": "GA",
        "CassPostalCode": "30096-2531",
        "CassStatus": "Y",
        "Country": "United States of America",
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        },
        "MissingRequiredConsents": false,
        "Consents": [
          {
            "ConsentType": "Direct Mail Consent",
            "ConsentVersion": "v1.0",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2024-10-25T13:50:40.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Lead Gen Form - 221",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2024-02-09T22:09:08.430Z",
              "CreatedBy": "John.Doe",
              "ModifiedDate": "2024-02-22T22:09:08.430Z",
              "ModifiedBy": "Web App"
            },
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ]
          }
        ],
        "AddressPreferences": [
          {
            "ProgramId": "in_banking_alert",
            "ChannelId": "Mail",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-09-14T20:18:56.943Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_mail",
            "PreferenceType": "2",
            "FrequencyId": "MONTHLY",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2022-05-03T20:21:48.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": false,
            "ConsentAssociations": [
              {
                "ConsentType": "Opt-in Consent",
                "ConsentVersion": "v1",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ]
      }
    ],
    "Emails": [
      {
        "EmailAddressType": "Primary",
        "EmailAddress": "john.doe@example.com",
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "Global Email Marketing Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2022-10-25T13:50:40.000Z",
            "ExpirationDate": "2022-10-25T13:50:40.000Z",
            "Expired": true,
            "SourceId": "Default",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2022-10-25T13:50:43.220Z",
              "CreatedBy": "Web App",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Privacy Portal"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "EmailPreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Email",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2023-01-09T14:26:45.280Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_email",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "Nurture-11"
              }
            ],
            "CustomerDate": "2023-01-09T14:26:41.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": false,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2022-10-25T13:50:43.220Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-21T18:25:42.467Z",
          "ModifiedBy": "Privacy Portal"
        }
      }
    ],
    "PhoneNumbers": [
      {
        "PhoneType": "Home",
        "PhoneNumber": "7702551021",
        "PhoneNumberNumeric": 7702551021,
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "TCPA Landline Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2023-11-02T21:23:31.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Service App",
            "UpdatedVersionPending": false,
            "IsActive": true,
            "Edited": {
              "CreateDate": "2023-11-02T21:23:37.023Z",
              "CreatedBy": "My Accounts Page",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Agent ID - 1334"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "IsMobile": false,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2024-02-10T13:48:18.943Z",
          "ModifiedBy": "My Accounts Page"
        },
        "PhonePreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Phone",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-02-10T13:48:18.943Z",
            "UserId": "App_Preferences_Widget_SC22",
            "SourceId": "In-app Widgets",
            "FilterId": "fin_banking_phone",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2024-02-10T13:48:13.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false
      }
    ],
    "ProfilePreferences": [
      {
        "ProgramId": "ins_payment_confirmation",
        "ChannelId": "Solicit",
        "MatchType": "Expressed",
        "ReasonCode": "",
        "ExpirationDate": "",
        "PreferenceStatus": "Active",
        "LastModifiedDate": "2021-11-17T18:44:21.707Z",
        "UserId": "My Accounts Page",
        "SourceId": "Default",
        "FilterId": "ins_payment_app_notify",
        "PreferenceType": "1",
        "FrequencyId": "Immediate",
        "Attributes": [
          {
            "Key": "App Id",
            "Value": "JADKYK13343KD"
          }
        ],
        "CustomerDate": "2023-11-17T18:44:12.000Z",
        "DropReasonNbr": null,
        "MissingRequiredConsents": false,
        "IsActive": true,
        "ConsentAssociations": [
          {
            "ConsentType": "Data Processing Consent",
            "ConsentVersion": "v5",
            "IsActive": true,
            "Locale": "en_US",
            "ReasonCode": "",
            "UpdatedVersionPending": false
          }
        ]
      }
    ],
    "Consents": [
      {
        "ConsentType": "CCPA Privacy Rights",
        "ConsentVersion": "v4",
        "Locale": "en_US",
        "ConsentStatus": 1,
        "ReasonCode": "",
        "ConsentDate": "2022-10-25T13:28:49.000Z",
        "ExpirationDate": "",
        "Expired": false,
        "SourceId": "Default",
        "UpdatedVersionPending": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2021-11-16T20:42:08.633Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2022-10-25T13:28:51.343Z",
          "ModifiedBy": "Web App"
        },
        "Attributes": [
          {
            "Key": "Applicable Jurisdiction",
            "Value": "CA-USA"
          }
        ]
      }
    ],
    "CustomFields": [
      {
        "Name": "Interests",
        "Value": "Shopping::Camping and Outdoors::Online Gaming",
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Groups": [
      {
        "GroupType": "Household",
        "GroupName": "Family",
        "IsPrimary": true,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2023-11-02T15:29:15.973Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "ProfileTags": [
      {
        "Name": "Frequent Customer"
      }
    ]
  }
]
Was this section helpful?

What made this section unhelpful for you?

Retrieve profiles by tags

This method allows you to retrieve one or more profiles that match the tag values specified in the request. Tag parameters are read as an array where the first tag value begins with index 0, followed by subsequent values.

This method can only return up to 50 profiles. If more than 50 matching profiles are found, the API returns a 403-Forbidden.

The response will include all active consents, custom fields, groups, tags, and preferences for which you have appropriate permissions.

Header Parameters

Authorizationstring Required

Authorization token

Query Parameters

tag[0]string
exactMatchboolean

Boolean flag that when set to false, returns profile(s) that match on any of the tags in tagList. When this value is set to true, all of the tags that are in the tagList must match for the profile to be returned. Defaults to true.

multipleProfilesboolean

Boolean flag that when set to true, returns all profile(s) that match on any of the tags in tagList. Defaults to false.

impliedboolean

Boolean flag, when set to true, returns both implied and expressed preferences. Expressed preferences are explicitly stated by individuals, while implied preferences are inherited from the parent Filter when no explicit preference is provided. The Match Type field on a preference record indicates whether a preference is expressed or implied. This distinction is applicable only when the Preference Propagation feature is enabled in your account. Otherwise, all preferences are outpu...

includeConsentHistoryboolean

Optional parameter that, when set to true, returns consent history. When set to false, it returns only the latest consent information. Defaults to true.

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

Response

200
Object

Response Attributes

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

GET

/{clientId}/Profile/Tags?tag[0]=&exactMatch=&multipleProfiles=&implied=&includeConsentHistory=

Select
1 2 curl --location --globoff 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/Tags' \ --header 'Authorization;' \

Response

[
  {
    "ProfileId": 27178,
    "IsActive": true,
    "Edited": {
      "CreateDate": "2024-02-09T22:09:08.430Z",
      "CreatedBy": "John.Doe",
      "ModifiedDate": "2024-02-22T22:09:08.430Z",
      "ModifiedBy": "Web App"
    },
    "RegistrationConfirmed": true,
    "CustomerType": "Lead",
    "PreserveConsents": true,
    "PreservePreferences": true,
    "CustomerName": {
      "FirstName": "John",
      "MiddleName": "F",
      "LastName": "Doe",
      "Prefix": "Mr",
      "Suffix": "Jr"
    },
    "DefaultLocale": "en_US",
    "UpdateStatus": "Complete",
    "ReasonCode": "",
    "AlternateIds": [
      {
        "AlternateIdType": "Salesforce ContactId",
        "AlternateId": "0031njkASSIs2kk909",
        "IsActive": false,
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Addresses": [
      {
        "Address1": "4400 River Green Parkway",
        "Address2": "Suite 100",
        "City": "Duluth",
        "StateProvince": "GA",
        "CountryCode_Numeric": "840",
        "CountryCode_Alpha2": "US",
        "CountryCode_Alpha3": "USA",
        "PostalCode": "30096-2549",
        "AddressType": "Work",
        "IsActive": true,
        "IsDefault": false,
        "CassAddress1": "4400 RIVER GREEN PKWY",
        "CassAddress2": "",
        "CassCity": "DULUTH",
        "CassStateProvince": "GA",
        "CassPostalCode": "30096-2531",
        "CassStatus": "Y",
        "Country": "United States of America",
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        },
        "MissingRequiredConsents": false,
        "Consents": [
          {
            "ConsentType": "Direct Mail Consent",
            "ConsentVersion": "v1.0",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2024-10-25T13:50:40.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Lead Gen Form - 221",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2024-02-09T22:09:08.430Z",
              "CreatedBy": "John.Doe",
              "ModifiedDate": "2024-02-22T22:09:08.430Z",
              "ModifiedBy": "Web App"
            },
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ]
          }
        ],
        "AddressPreferences": [
          {
            "ProgramId": "in_banking_alert",
            "ChannelId": "Mail",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-09-14T20:18:56.943Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_mail",
            "PreferenceType": "2",
            "FrequencyId": "MONTHLY",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2022-05-03T20:21:48.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": false,
            "ConsentAssociations": [
              {
                "ConsentType": "Opt-in Consent",
                "ConsentVersion": "v1",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ]
      }
    ],
    "Emails": [
      {
        "EmailAddressType": "Primary",
        "EmailAddress": "john.doe@example.com",
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "Global Email Marketing Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2022-10-25T13:50:40.000Z",
            "ExpirationDate": "2022-10-25T13:50:40.000Z",
            "Expired": true,
            "SourceId": "Default",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2022-10-25T13:50:43.220Z",
              "CreatedBy": "Web App",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Privacy Portal"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "EmailPreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Email",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2023-01-09T14:26:45.280Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_email",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "Nurture-11"
              }
            ],
            "CustomerDate": "2023-01-09T14:26:41.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": false,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2022-10-25T13:50:43.220Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-21T18:25:42.467Z",
          "ModifiedBy": "Privacy Portal"
        }
      }
    ],
    "PhoneNumbers": [
      {
        "PhoneType": "Home",
        "PhoneNumber": "7702551021",
        "PhoneNumberNumeric": 7702551021,
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "TCPA Landline Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2023-11-02T21:23:31.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Service App",
            "UpdatedVersionPending": false,
            "IsActive": true,
            "Edited": {
              "CreateDate": "2023-11-02T21:23:37.023Z",
              "CreatedBy": "My Accounts Page",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Agent ID - 1334"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "IsMobile": false,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2024-02-10T13:48:18.943Z",
          "ModifiedBy": "My Accounts Page"
        },
        "PhonePreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Phone",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-02-10T13:48:18.943Z",
            "UserId": "App_Preferences_Widget_SC22",
            "SourceId": "In-app Widgets",
            "FilterId": "fin_banking_phone",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2024-02-10T13:48:13.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false
      }
    ],
    "ProfilePreferences": [
      {
        "ProgramId": "ins_payment_confirmation",
        "ChannelId": "Solicit",
        "MatchType": "Expressed",
        "ReasonCode": "",
        "ExpirationDate": "",
        "PreferenceStatus": "Active",
        "LastModifiedDate": "2021-11-17T18:44:21.707Z",
        "UserId": "My Accounts Page",
        "SourceId": "Default",
        "FilterId": "ins_payment_app_notify",
        "PreferenceType": "1",
        "FrequencyId": "Immediate",
        "Attributes": [
          {
            "Key": "App Id",
            "Value": "JADKYK13343KD"
          }
        ],
        "CustomerDate": "2023-11-17T18:44:12.000Z",
        "DropReasonNbr": null,
        "MissingRequiredConsents": false,
        "IsActive": true,
        "ConsentAssociations": [
          {
            "ConsentType": "Data Processing Consent",
            "ConsentVersion": "v5",
            "IsActive": true,
            "Locale": "en_US",
            "ReasonCode": "",
            "UpdatedVersionPending": false
          }
        ]
      }
    ],
    "Consents": [
      {
        "ConsentType": "CCPA Privacy Rights",
        "ConsentVersion": "v4",
        "Locale": "en_US",
        "ConsentStatus": 1,
        "ReasonCode": "",
        "ConsentDate": "2022-10-25T13:28:49.000Z",
        "ExpirationDate": "",
        "Expired": false,
        "SourceId": "Default",
        "UpdatedVersionPending": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2021-11-16T20:42:08.633Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2022-10-25T13:28:51.343Z",
          "ModifiedBy": "Web App"
        },
        "Attributes": [
          {
            "Key": "Applicable Jurisdiction",
            "Value": "CA-USA"
          }
        ]
      }
    ],
    "CustomFields": [
      {
        "Name": "Interests",
        "Value": "Shopping::Camping and Outdoors::Online Gaming",
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Groups": [
      {
        "GroupType": "Household",
        "GroupName": "Family",
        "IsPrimary": true,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2023-11-02T15:29:15.973Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "ProfileTags": [
      {
        "Name": "Frequent Customer"
      }
    ]
  }
]
Was this section helpful?

What made this section unhelpful for you?

Retrieve profiles by consent attributes

This method returns one or more profiles that meet the consent attribute criteria specified in the query string. It supports filtering on multiple consent attributes, and the parameters are passed as an array. The first key and value combination start with index 0.

This method can only return up to 50 profiles. If more than 50 matching profiles are found, the API returns a 403-Forbidden.

All active consents, custom fields, groups, tags, and preferences for which you have permissions will be returned in the response.

To illustrate, suppose you want to search for a profile with the consent attribute key "alpha" and a value of "couch," as well as another attribute key "beta" with a value of "book." In that case, you can use the following request as an example.

PLAINTEXT
GET {clientId}/Profile/Consent/Attributes?attributes[0].Key=alpha&attributes[0].Value=phone&attributes[1].Key=beta&attributes[1].Value=account 

Header Parameters

Authorizationstring Required

Authorization token

Query Parameters

attributes[0].Keystring Required
attributes[0].Valuestring
includeConsentHistoryboolean

Optional parameter that, when set to true, returns consent history. When set to false, it returns only the latest consent information. Defaults to true.

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

Response

200
Object

Response Attributes

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

GET

/{clientId}/Profile/Consent/Attributes?attributes[0].Key={attributes[0].Key}&attributes[0].Value={attributes[0].Value}&includeConsentHistory=

Select
1 2 curl --location --globoff 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/Consent/Attributes?attributes[0].Key={attributes[0].Key}&attributes[0].Value={attributes[0].Value}' \ --header 'Authorization;' \

Response

[
  {
    "ProfileId": 27178,
    "IsActive": true,
    "Edited": {
      "CreateDate": "2024-02-09T22:09:08.430Z",
      "CreatedBy": "John.Doe",
      "ModifiedDate": "2024-02-22T22:09:08.430Z",
      "ModifiedBy": "Web App"
    },
    "RegistrationConfirmed": true,
    "CustomerType": "Lead",
    "PreserveConsents": true,
    "PreservePreferences": true,
    "CustomerName": {
      "FirstName": "John",
      "MiddleName": "F",
      "LastName": "Doe",
      "Prefix": "Mr",
      "Suffix": "Jr"
    },
    "DefaultLocale": "en_US",
    "UpdateStatus": "Complete",
    "ReasonCode": "",
    "AlternateIds": [
      {
        "AlternateIdType": "Salesforce ContactId",
        "AlternateId": "0031njkASSIs2kk909",
        "IsActive": false,
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Addresses": [
      {
        "Address1": "4400 River Green Parkway",
        "Address2": "Suite 100",
        "City": "Duluth",
        "StateProvince": "GA",
        "CountryCode_Numeric": "840",
        "CountryCode_Alpha2": "US",
        "CountryCode_Alpha3": "USA",
        "PostalCode": "30096-2549",
        "AddressType": "Work",
        "IsActive": true,
        "IsDefault": false,
        "CassAddress1": "4400 RIVER GREEN PKWY",
        "CassAddress2": "",
        "CassCity": "DULUTH",
        "CassStateProvince": "GA",
        "CassPostalCode": "30096-2531",
        "CassStatus": "Y",
        "Country": "United States of America",
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        },
        "MissingRequiredConsents": false,
        "Consents": [
          {
            "ConsentType": "Direct Mail Consent",
            "ConsentVersion": "v1.0",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2024-10-25T13:50:40.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Lead Gen Form - 221",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2024-02-09T22:09:08.430Z",
              "CreatedBy": "John.Doe",
              "ModifiedDate": "2024-02-22T22:09:08.430Z",
              "ModifiedBy": "Web App"
            },
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ]
          }
        ],
        "AddressPreferences": [
          {
            "ProgramId": "in_banking_alert",
            "ChannelId": "Mail",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-09-14T20:18:56.943Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_mail",
            "PreferenceType": "2",
            "FrequencyId": "MONTHLY",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2022-05-03T20:21:48.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": false,
            "ConsentAssociations": [
              {
                "ConsentType": "Opt-in Consent",
                "ConsentVersion": "v1",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ]
      }
    ],
    "Emails": [
      {
        "EmailAddressType": "Primary",
        "EmailAddress": "john.doe@example.com",
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "Global Email Marketing Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2022-10-25T13:50:40.000Z",
            "ExpirationDate": "2022-10-25T13:50:40.000Z",
            "Expired": true,
            "SourceId": "Default",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2022-10-25T13:50:43.220Z",
              "CreatedBy": "Web App",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Privacy Portal"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "EmailPreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Email",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2023-01-09T14:26:45.280Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_email",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "Nurture-11"
              }
            ],
            "CustomerDate": "2023-01-09T14:26:41.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": false,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2022-10-25T13:50:43.220Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-21T18:25:42.467Z",
          "ModifiedBy": "Privacy Portal"
        }
      }
    ],
    "PhoneNumbers": [
      {
        "PhoneType": "Home",
        "PhoneNumber": "7702551021",
        "PhoneNumberNumeric": 7702551021,
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "TCPA Landline Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2023-11-02T21:23:31.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Service App",
            "UpdatedVersionPending": false,
            "IsActive": true,
            "Edited": {
              "CreateDate": "2023-11-02T21:23:37.023Z",
              "CreatedBy": "My Accounts Page",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Agent ID - 1334"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "IsMobile": false,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2024-02-10T13:48:18.943Z",
          "ModifiedBy": "My Accounts Page"
        },
        "PhonePreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Phone",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-02-10T13:48:18.943Z",
            "UserId": "App_Preferences_Widget_SC22",
            "SourceId": "In-app Widgets",
            "FilterId": "fin_banking_phone",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2024-02-10T13:48:13.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false
      }
    ],
    "ProfilePreferences": [
      {
        "ProgramId": "ins_payment_confirmation",
        "ChannelId": "Solicit",
        "MatchType": "Expressed",
        "ReasonCode": "",
        "ExpirationDate": "",
        "PreferenceStatus": "Active",
        "LastModifiedDate": "2021-11-17T18:44:21.707Z",
        "UserId": "My Accounts Page",
        "SourceId": "Default",
        "FilterId": "ins_payment_app_notify",
        "PreferenceType": "1",
        "FrequencyId": "Immediate",
        "Attributes": [
          {
            "Key": "App Id",
            "Value": "JADKYK13343KD"
          }
        ],
        "CustomerDate": "2023-11-17T18:44:12.000Z",
        "DropReasonNbr": null,
        "MissingRequiredConsents": false,
        "IsActive": true,
        "ConsentAssociations": [
          {
            "ConsentType": "Data Processing Consent",
            "ConsentVersion": "v5",
            "IsActive": true,
            "Locale": "en_US",
            "ReasonCode": "",
            "UpdatedVersionPending": false
          }
        ]
      }
    ],
    "Consents": [
      {
        "ConsentType": "CCPA Privacy Rights",
        "ConsentVersion": "v4",
        "Locale": "en_US",
        "ConsentStatus": 1,
        "ReasonCode": "",
        "ConsentDate": "2022-10-25T13:28:49.000Z",
        "ExpirationDate": "",
        "Expired": false,
        "SourceId": "Default",
        "UpdatedVersionPending": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2021-11-16T20:42:08.633Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2022-10-25T13:28:51.343Z",
          "ModifiedBy": "Web App"
        },
        "Attributes": [
          {
            "Key": "Applicable Jurisdiction",
            "Value": "CA-USA"
          }
        ]
      }
    ],
    "CustomFields": [
      {
        "Name": "Interests",
        "Value": "Shopping::Camping and Outdoors::Online Gaming",
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Groups": [
      {
        "GroupType": "Household",
        "GroupName": "Family",
        "IsPrimary": true,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2023-11-02T15:29:15.973Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "ProfileTags": [
      {
        "Name": "Frequent Customer"
      }
    ]
  }
]
Was this section helpful?

What made this section unhelpful for you?

Retrieve profiles by preference attributes

This method retrieves one or more profiles containing preferences that meet the specified attribute criteria. It selectively returns only those preferences that contain all of the specified attribute criteria.

Moreover, this method facilitates filtering based on multiple preference attributes, with parameters passed as an array. The initial key and value combination commence with index 0.

This method returns up to 50 profiles. If more than 50 matching profiles are found, the API returns a 403-Forbidden.

All active consents, custom fields, groups, tags, and preferences for which you have permissions will be returned in the response.

To illustrate, suppose you want to search for a profile with the preference attribute key "alpha" and a value of "couch," as well as another attribute key "beta" with a value of "book." In that case, you can use the following request as an example.

PLAINTEXT
GET {clientId}/Profile/Preference/Attributes?attributes[0].Key=alpha&attributes[0].Value=phone&attributes[1].Key=beta&attributes[1].Value=account 

Header Parameters

Authorizationstring Required

Authorization token

Query Parameters

attributes[0].Keystring
attributes[0].Valuestring
includeConsentHistoryboolean

Optional parameter that, when set to true, returns consent history. When set to false, it returns only the latest consent information. Defaults to true.

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

Response

200
Object

Response Attributes

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

GET

/{clientId}/Profile/Preference/Attributes?attributes[0].Key={attributes[0].Key}&attributes[0].Value={attributes[0].Value}&includeConsentHistory=

Select
1 2 curl --location --globoff 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/Preference/Attributes?attributes[0].Key={attributes[0].Key}&attributes[0].Value={attributes[0].Value}' \ --header 'Authorization;' \

Response

[
  {
    "ProfileId": 27178,
    "IsActive": true,
    "Edited": {
      "CreateDate": "2024-02-09T22:09:08.430Z",
      "CreatedBy": "John.Doe",
      "ModifiedDate": "2024-02-22T22:09:08.430Z",
      "ModifiedBy": "Web App"
    },
    "RegistrationConfirmed": true,
    "CustomerType": "Lead",
    "PreserveConsents": true,
    "PreservePreferences": true,
    "CustomerName": {
      "FirstName": "John",
      "MiddleName": "F",
      "LastName": "Doe",
      "Prefix": "Mr",
      "Suffix": "Jr"
    },
    "DefaultLocale": "en_US",
    "UpdateStatus": "Complete",
    "ReasonCode": "",
    "AlternateIds": [
      {
        "AlternateIdType": "Salesforce ContactId",
        "AlternateId": "0031njkASSIs2kk909",
        "IsActive": false,
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Addresses": [
      {
        "Address1": "4400 River Green Parkway",
        "Address2": "Suite 100",
        "City": "Duluth",
        "StateProvince": "GA",
        "CountryCode_Numeric": "840",
        "CountryCode_Alpha2": "US",
        "CountryCode_Alpha3": "USA",
        "PostalCode": "30096-2549",
        "AddressType": "Work",
        "IsActive": true,
        "IsDefault": false,
        "CassAddress1": "4400 RIVER GREEN PKWY",
        "CassAddress2": "",
        "CassCity": "DULUTH",
        "CassStateProvince": "GA",
        "CassPostalCode": "30096-2531",
        "CassStatus": "Y",
        "Country": "United States of America",
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        },
        "MissingRequiredConsents": false,
        "Consents": [
          {
            "ConsentType": "Direct Mail Consent",
            "ConsentVersion": "v1.0",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2024-10-25T13:50:40.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Lead Gen Form - 221",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2024-02-09T22:09:08.430Z",
              "CreatedBy": "John.Doe",
              "ModifiedDate": "2024-02-22T22:09:08.430Z",
              "ModifiedBy": "Web App"
            },
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ]
          }
        ],
        "AddressPreferences": [
          {
            "ProgramId": "in_banking_alert",
            "ChannelId": "Mail",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-09-14T20:18:56.943Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_mail",
            "PreferenceType": "2",
            "FrequencyId": "MONTHLY",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2022-05-03T20:21:48.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": false,
            "ConsentAssociations": [
              {
                "ConsentType": "Opt-in Consent",
                "ConsentVersion": "v1",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ]
      }
    ],
    "Emails": [
      {
        "EmailAddressType": "Primary",
        "EmailAddress": "john.doe@example.com",
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "Global Email Marketing Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2022-10-25T13:50:40.000Z",
            "ExpirationDate": "2022-10-25T13:50:40.000Z",
            "Expired": true,
            "SourceId": "Default",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2022-10-25T13:50:43.220Z",
              "CreatedBy": "Web App",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Privacy Portal"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "EmailPreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Email",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2023-01-09T14:26:45.280Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_email",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "Nurture-11"
              }
            ],
            "CustomerDate": "2023-01-09T14:26:41.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": false,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2022-10-25T13:50:43.220Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-21T18:25:42.467Z",
          "ModifiedBy": "Privacy Portal"
        }
      }
    ],
    "PhoneNumbers": [
      {
        "PhoneType": "Home",
        "PhoneNumber": "7702551021",
        "PhoneNumberNumeric": 7702551021,
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "TCPA Landline Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2023-11-02T21:23:31.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Service App",
            "UpdatedVersionPending": false,
            "IsActive": true,
            "Edited": {
              "CreateDate": "2023-11-02T21:23:37.023Z",
              "CreatedBy": "My Accounts Page",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Agent ID - 1334"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "IsMobile": false,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2024-02-10T13:48:18.943Z",
          "ModifiedBy": "My Accounts Page"
        },
        "PhonePreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Phone",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-02-10T13:48:18.943Z",
            "UserId": "App_Preferences_Widget_SC22",
            "SourceId": "In-app Widgets",
            "FilterId": "fin_banking_phone",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2024-02-10T13:48:13.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false
      }
    ],
    "ProfilePreferences": [
      {
        "ProgramId": "ins_payment_confirmation",
        "ChannelId": "Solicit",
        "MatchType": "Expressed",
        "ReasonCode": "",
        "ExpirationDate": "",
        "PreferenceStatus": "Active",
        "LastModifiedDate": "2021-11-17T18:44:21.707Z",
        "UserId": "My Accounts Page",
        "SourceId": "Default",
        "FilterId": "ins_payment_app_notify",
        "PreferenceType": "1",
        "FrequencyId": "Immediate",
        "Attributes": [
          {
            "Key": "App Id",
            "Value": "JADKYK13343KD"
          }
        ],
        "CustomerDate": "2023-11-17T18:44:12.000Z",
        "DropReasonNbr": null,
        "MissingRequiredConsents": false,
        "IsActive": true,
        "ConsentAssociations": [
          {
            "ConsentType": "Data Processing Consent",
            "ConsentVersion": "v5",
            "IsActive": true,
            "Locale": "en_US",
            "ReasonCode": "",
            "UpdatedVersionPending": false
          }
        ]
      }
    ],
    "Consents": [
      {
        "ConsentType": "CCPA Privacy Rights",
        "ConsentVersion": "v4",
        "Locale": "en_US",
        "ConsentStatus": 1,
        "ReasonCode": "",
        "ConsentDate": "2022-10-25T13:28:49.000Z",
        "ExpirationDate": "",
        "Expired": false,
        "SourceId": "Default",
        "UpdatedVersionPending": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2021-11-16T20:42:08.633Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2022-10-25T13:28:51.343Z",
          "ModifiedBy": "Web App"
        },
        "Attributes": [
          {
            "Key": "Applicable Jurisdiction",
            "Value": "CA-USA"
          }
        ]
      }
    ],
    "CustomFields": [
      {
        "Name": "Interests",
        "Value": "Shopping::Camping and Outdoors::Online Gaming",
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Groups": [
      {
        "GroupType": "Household",
        "GroupName": "Family",
        "IsPrimary": true,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2023-11-02T15:29:15.973Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "ProfileTags": [
      {
        "Name": "Frequent Customer"
      }
    ]
  }
]
Was this section helpful?

What made this section unhelpful for you?

Retrieve group profiles by profile id

This method will retrieve one or more profiles that are part of a group by using the profileId of the group’s primary profile.

The response will include up to 50 profiles that belong to the group. If more than 50 profiles are found, the API returns a 403-Forbidden.

The response will include all active consents, custom fields, groups, tags, and preferences for which you have appropriate permissions.

Header Parameters

Authorizationstring Required

Authorization token

Query Parameters

groupTypestring Required

Name of the group type present on the primary profile of the group.

groupNamestring

Optional parameter used to filter the profiles returned based on the specified group name.

impliedboolean

Boolean flag, when set to true, returns both implied and expressed preferences. Expressed preferences are explicitly stated by individuals, while implied preferences are inherited from the parent Filter when no explicit preference is provided. The Match Type field on a preference record indicates whether a preference is expressed or implied. This distinction is applicable only when the Preference Propagation feature is enabled in your account. Otherwise, all preferences are output w...

includeConsentHistoryboolean

Optional parameter that, when set to true, returns consent history. When set to false, it returns only the latest consent information. Defaults to true.

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

profileIdinteger (int32)Required

System generated unique identifier of the profile.

Response

200
Object

Response Attributes

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

GET

/{clientId}/Profile/Groups/{profileId}?groupType={groupType}&groupName={groupName}&implied=&includeConsentHistory=

Select
1 2 curl --location --globoff 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/Groups/{profileId}?groupType={groupType}&groupName={groupName}' \ --header 'Authorization;' \

Response

[
  {
    "ProfileId": 27178,
    "IsActive": true,
    "Edited": {
      "CreateDate": "2024-02-09T22:09:08.430Z",
      "CreatedBy": "John.Doe",
      "ModifiedDate": "2024-02-22T22:09:08.430Z",
      "ModifiedBy": "Web App"
    },
    "RegistrationConfirmed": true,
    "CustomerType": "Lead",
    "PreserveConsents": true,
    "PreservePreferences": true,
    "CustomerName": {
      "FirstName": "John",
      "MiddleName": "F",
      "LastName": "Doe",
      "Prefix": "Mr",
      "Suffix": "Jr"
    },
    "DefaultLocale": "en_US",
    "UpdateStatus": "Complete",
    "ReasonCode": "",
    "AlternateIds": [
      {
        "AlternateIdType": "Salesforce ContactId",
        "AlternateId": "0031njkASSIs2kk909",
        "IsActive": false,
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Addresses": [
      {
        "Address1": "4400 River Green Parkway",
        "Address2": "Suite 100",
        "City": "Duluth",
        "StateProvince": "GA",
        "CountryCode_Numeric": "840",
        "CountryCode_Alpha2": "US",
        "CountryCode_Alpha3": "USA",
        "PostalCode": "30096-2549",
        "AddressType": "Work",
        "IsActive": true,
        "IsDefault": false,
        "CassAddress1": "4400 RIVER GREEN PKWY",
        "CassAddress2": "",
        "CassCity": "DULUTH",
        "CassStateProvince": "GA",
        "CassPostalCode": "30096-2531",
        "CassStatus": "Y",
        "Country": "United States of America",
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        },
        "MissingRequiredConsents": false,
        "Consents": [
          {
            "ConsentType": "Direct Mail Consent",
            "ConsentVersion": "v1.0",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2024-10-25T13:50:40.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Lead Gen Form - 221",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2024-02-09T22:09:08.430Z",
              "CreatedBy": "John.Doe",
              "ModifiedDate": "2024-02-22T22:09:08.430Z",
              "ModifiedBy": "Web App"
            },
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ]
          }
        ],
        "AddressPreferences": [
          {
            "ProgramId": "in_banking_alert",
            "ChannelId": "Mail",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-09-14T20:18:56.943Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_mail",
            "PreferenceType": "2",
            "FrequencyId": "MONTHLY",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2022-05-03T20:21:48.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": false,
            "ConsentAssociations": [
              {
                "ConsentType": "Opt-in Consent",
                "ConsentVersion": "v1",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ]
      }
    ],
    "Emails": [
      {
        "EmailAddressType": "Primary",
        "EmailAddress": "john.doe@example.com",
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "Global Email Marketing Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2022-10-25T13:50:40.000Z",
            "ExpirationDate": "2022-10-25T13:50:40.000Z",
            "Expired": true,
            "SourceId": "Default",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2022-10-25T13:50:43.220Z",
              "CreatedBy": "Web App",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Privacy Portal"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "EmailPreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Email",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2023-01-09T14:26:45.280Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_email",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "Nurture-11"
              }
            ],
            "CustomerDate": "2023-01-09T14:26:41.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": false,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2022-10-25T13:50:43.220Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-21T18:25:42.467Z",
          "ModifiedBy": "Privacy Portal"
        }
      }
    ],
    "PhoneNumbers": [
      {
        "PhoneType": "Home",
        "PhoneNumber": "7702551021",
        "PhoneNumberNumeric": 7702551021,
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "TCPA Landline Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2023-11-02T21:23:31.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Service App",
            "UpdatedVersionPending": false,
            "IsActive": true,
            "Edited": {
              "CreateDate": "2023-11-02T21:23:37.023Z",
              "CreatedBy": "My Accounts Page",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Agent ID - 1334"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "IsMobile": false,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2024-02-10T13:48:18.943Z",
          "ModifiedBy": "My Accounts Page"
        },
        "PhonePreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Phone",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-02-10T13:48:18.943Z",
            "UserId": "App_Preferences_Widget_SC22",
            "SourceId": "In-app Widgets",
            "FilterId": "fin_banking_phone",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2024-02-10T13:48:13.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false
      }
    ],
    "ProfilePreferences": [
      {
        "ProgramId": "ins_payment_confirmation",
        "ChannelId": "Solicit",
        "MatchType": "Expressed",
        "ReasonCode": "",
        "ExpirationDate": "",
        "PreferenceStatus": "Active",
        "LastModifiedDate": "2021-11-17T18:44:21.707Z",
        "UserId": "My Accounts Page",
        "SourceId": "Default",
        "FilterId": "ins_payment_app_notify",
        "PreferenceType": "1",
        "FrequencyId": "Immediate",
        "Attributes": [
          {
            "Key": "App Id",
            "Value": "JADKYK13343KD"
          }
        ],
        "CustomerDate": "2023-11-17T18:44:12.000Z",
        "DropReasonNbr": null,
        "MissingRequiredConsents": false,
        "IsActive": true,
        "ConsentAssociations": [
          {
            "ConsentType": "Data Processing Consent",
            "ConsentVersion": "v5",
            "IsActive": true,
            "Locale": "en_US",
            "ReasonCode": "",
            "UpdatedVersionPending": false
          }
        ]
      }
    ],
    "Consents": [
      {
        "ConsentType": "CCPA Privacy Rights",
        "ConsentVersion": "v4",
        "Locale": "en_US",
        "ConsentStatus": 1,
        "ReasonCode": "",
        "ConsentDate": "2022-10-25T13:28:49.000Z",
        "ExpirationDate": "",
        "Expired": false,
        "SourceId": "Default",
        "UpdatedVersionPending": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2021-11-16T20:42:08.633Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2022-10-25T13:28:51.343Z",
          "ModifiedBy": "Web App"
        },
        "Attributes": [
          {
            "Key": "Applicable Jurisdiction",
            "Value": "CA-USA"
          }
        ]
      }
    ],
    "CustomFields": [
      {
        "Name": "Interests",
        "Value": "Shopping::Camping and Outdoors::Online Gaming",
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Groups": [
      {
        "GroupType": "Household",
        "GroupName": "Family",
        "IsPrimary": true,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2023-11-02T15:29:15.973Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "ProfileTags": [
      {
        "Name": "Frequent Customer"
      }
    ]
  }
]
Was this section helpful?

What made this section unhelpful for you?

Retrieve group profiles by alternate id

This method will retrieve one or more profiles that are part of a group by using the alternateId and alternateIdType combination of the group's primary profile.

The response will include up to 50 profiles that belong to the group. If more than 50 profiles are found, the API returns a 403-Forbidden.

The response will include all active consents, custom fields, groups, tags, and preferences for which you have appropriate permissions.

Header Parameters

Authorizationstring Required

Authorization token

Query Parameters

alternateIdTypestring Required

Name of the Alternate Id type associated with the specified Alternate Id.

alternateIdstring Required

The Alternate Id value associated with the Alternate Id type.

groupTypestring

Name of the group type present on the primary profile of the group.

groupNamestring

Optional parameter used to filter the profiles returned based on the specified group name.

impliedboolean

Boolean flag, when set to true, returns both implied and expressed preferences. Expressed preferences are explicitly stated by individuals, while implied preferences are inherited from the parent Filter when no explicit preference is provided. The Match Type field on a preference record indicates whether a preference is expressed or implied. This distinction is applicable only when the Preference Propagation feature is enabled in your account. Otherwise, all preferences are output w...

includeConsentHistoryboolean

Optional parameter that, when set to true, returns consent history. When set to false, it returns only the latest consent information. Defaults to true.

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

Response

200
Object

Response Attributes

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

GET

/{clientId}/Profile/Groups/AlternateId?alternateIdType={alternateIdType}&alternateId={alternateId}&groupType={groupType}&groupName={groupName}&implied=&includeConsentHistory=

Select
1 2 curl --location --globoff 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/Groups/AlternateId?alternateIdType={alternateIdType}&alternateId={alternateId}&groupType={groupType}&groupName={groupName}' \ --header 'Authorization;' \

Response

[
  {
    "ProfileId": 27178,
    "IsActive": true,
    "Edited": {
      "CreateDate": "2024-02-09T22:09:08.430Z",
      "CreatedBy": "John.Doe",
      "ModifiedDate": "2024-02-22T22:09:08.430Z",
      "ModifiedBy": "Web App"
    },
    "RegistrationConfirmed": true,
    "CustomerType": "Lead",
    "PreserveConsents": true,
    "PreservePreferences": true,
    "CustomerName": {
      "FirstName": "John",
      "MiddleName": "F",
      "LastName": "Doe",
      "Prefix": "Mr",
      "Suffix": "Jr"
    },
    "DefaultLocale": "en_US",
    "UpdateStatus": "Complete",
    "ReasonCode": "",
    "AlternateIds": [
      {
        "AlternateIdType": "Salesforce ContactId",
        "AlternateId": "0031njkASSIs2kk909",
        "IsActive": false,
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Addresses": [
      {
        "Address1": "4400 River Green Parkway",
        "Address2": "Suite 100",
        "City": "Duluth",
        "StateProvince": "GA",
        "CountryCode_Numeric": "840",
        "CountryCode_Alpha2": "US",
        "CountryCode_Alpha3": "USA",
        "PostalCode": "30096-2549",
        "AddressType": "Work",
        "IsActive": true,
        "IsDefault": false,
        "CassAddress1": "4400 RIVER GREEN PKWY",
        "CassAddress2": "",
        "CassCity": "DULUTH",
        "CassStateProvince": "GA",
        "CassPostalCode": "30096-2531",
        "CassStatus": "Y",
        "Country": "United States of America",
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        },
        "MissingRequiredConsents": false,
        "Consents": [
          {
            "ConsentType": "Direct Mail Consent",
            "ConsentVersion": "v1.0",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2024-10-25T13:50:40.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Lead Gen Form - 221",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2024-02-09T22:09:08.430Z",
              "CreatedBy": "John.Doe",
              "ModifiedDate": "2024-02-22T22:09:08.430Z",
              "ModifiedBy": "Web App"
            },
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ]
          }
        ],
        "AddressPreferences": [
          {
            "ProgramId": "in_banking_alert",
            "ChannelId": "Mail",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-09-14T20:18:56.943Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_mail",
            "PreferenceType": "2",
            "FrequencyId": "MONTHLY",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2022-05-03T20:21:48.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": false,
            "ConsentAssociations": [
              {
                "ConsentType": "Opt-in Consent",
                "ConsentVersion": "v1",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ]
      }
    ],
    "Emails": [
      {
        "EmailAddressType": "Primary",
        "EmailAddress": "john.doe@example.com",
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "Global Email Marketing Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2022-10-25T13:50:40.000Z",
            "ExpirationDate": "2022-10-25T13:50:40.000Z",
            "Expired": true,
            "SourceId": "Default",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2022-10-25T13:50:43.220Z",
              "CreatedBy": "Web App",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Privacy Portal"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "EmailPreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Email",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2023-01-09T14:26:45.280Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_email",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "Nurture-11"
              }
            ],
            "CustomerDate": "2023-01-09T14:26:41.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": false,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2022-10-25T13:50:43.220Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-21T18:25:42.467Z",
          "ModifiedBy": "Privacy Portal"
        }
      }
    ],
    "PhoneNumbers": [
      {
        "PhoneType": "Home",
        "PhoneNumber": "7702551021",
        "PhoneNumberNumeric": 7702551021,
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "TCPA Landline Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2023-11-02T21:23:31.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Service App",
            "UpdatedVersionPending": false,
            "IsActive": true,
            "Edited": {
              "CreateDate": "2023-11-02T21:23:37.023Z",
              "CreatedBy": "My Accounts Page",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Agent ID - 1334"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "IsMobile": false,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2024-02-10T13:48:18.943Z",
          "ModifiedBy": "My Accounts Page"
        },
        "PhonePreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Phone",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-02-10T13:48:18.943Z",
            "UserId": "App_Preferences_Widget_SC22",
            "SourceId": "In-app Widgets",
            "FilterId": "fin_banking_phone",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2024-02-10T13:48:13.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false
      }
    ],
    "ProfilePreferences": [
      {
        "ProgramId": "ins_payment_confirmation",
        "ChannelId": "Solicit",
        "MatchType": "Expressed",
        "ReasonCode": "",
        "ExpirationDate": "",
        "PreferenceStatus": "Active",
        "LastModifiedDate": "2021-11-17T18:44:21.707Z",
        "UserId": "My Accounts Page",
        "SourceId": "Default",
        "FilterId": "ins_payment_app_notify",
        "PreferenceType": "1",
        "FrequencyId": "Immediate",
        "Attributes": [
          {
            "Key": "App Id",
            "Value": "JADKYK13343KD"
          }
        ],
        "CustomerDate": "2023-11-17T18:44:12.000Z",
        "DropReasonNbr": null,
        "MissingRequiredConsents": false,
        "IsActive": true,
        "ConsentAssociations": [
          {
            "ConsentType": "Data Processing Consent",
            "ConsentVersion": "v5",
            "IsActive": true,
            "Locale": "en_US",
            "ReasonCode": "",
            "UpdatedVersionPending": false
          }
        ]
      }
    ],
    "Consents": [
      {
        "ConsentType": "CCPA Privacy Rights",
        "ConsentVersion": "v4",
        "Locale": "en_US",
        "ConsentStatus": 1,
        "ReasonCode": "",
        "ConsentDate": "2022-10-25T13:28:49.000Z",
        "ExpirationDate": "",
        "Expired": false,
        "SourceId": "Default",
        "UpdatedVersionPending": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2021-11-16T20:42:08.633Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2022-10-25T13:28:51.343Z",
          "ModifiedBy": "Web App"
        },
        "Attributes": [
          {
            "Key": "Applicable Jurisdiction",
            "Value": "CA-USA"
          }
        ]
      }
    ],
    "CustomFields": [
      {
        "Name": "Interests",
        "Value": "Shopping::Camping and Outdoors::Online Gaming",
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Groups": [
      {
        "GroupType": "Household",
        "GroupName": "Family",
        "IsPrimary": true,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2023-11-02T15:29:15.973Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "ProfileTags": [
      {
        "Name": "Frequent Customer"
      }
    ]
  }
]
Was this section helpful?

What made this section unhelpful for you?

Retrieve group profiles by phone number

This method will retrieve one or more profiles that are part of a group by using the phoneNumber of a primary profile of the group.

The response will include up to 50 profiles that belong to the group. If more than 50 profiles are found, the API returns a 403-Forbidden.

The response will include all active consents, custom fields, groups, tags, and preferences for which you have appropriate permissions.

Header Parameters

Authorizationstring Required

Authorization token

Query Parameters

phoneNumberstring Required

The phone number associated with the primary profile of the group, used to retrieve all profiles within the group.

phoneTypestring

Name of the phone type associated with the specified phone number. This allows you to filter the results to a specific phone type.

groupTypestring

Name of the group type present on the primary profile of the group.

groupNamestring

Optional parameter used to filter the profiles returned based on the specified group name.

impliedboolean

Boolean flag, when set to true, returns both implied and expressed preferences. Expressed preferences are explicitly stated by individuals, while implied preferences are inherited from the parent Filter when no explicit preference is provided. The Match Type field on a preference record indicates whether a preference is expressed or implied. This distinction is applicable only when the Preference Propagation feature is enabled in your account. Otherwise, all preferences are output w...

includeConsentHistoryboolean

Optional parameter that, when set to true, returns consent history. When set to false, it returns only the latest consent information. Defaults to true.

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

Response

200
Object

Response Attributes

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

GET

/{clientId}/Profile/Groups/Phone?phoneNumber={phoneNumber}&phoneType={phoneType}&groupType={groupType}&groupName={groupName}&implied=&includeConsentHistory=

Select
1 2 curl --location --globoff 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/Groups/Phone?phoneNumber={phoneNumber}&phoneType={phoneType}&groupType={groupType}&groupName={groupName}' \ --header 'Authorization;' \

Response

[
  {
    "ProfileId": 27178,
    "IsActive": true,
    "Edited": {
      "CreateDate": "2024-02-09T22:09:08.430Z",
      "CreatedBy": "John.Doe",
      "ModifiedDate": "2024-02-22T22:09:08.430Z",
      "ModifiedBy": "Web App"
    },
    "RegistrationConfirmed": true,
    "CustomerType": "Lead",
    "PreserveConsents": true,
    "PreservePreferences": true,
    "CustomerName": {
      "FirstName": "John",
      "MiddleName": "F",
      "LastName": "Doe",
      "Prefix": "Mr",
      "Suffix": "Jr"
    },
    "DefaultLocale": "en_US",
    "UpdateStatus": "Complete",
    "ReasonCode": "",
    "AlternateIds": [
      {
        "AlternateIdType": "Salesforce ContactId",
        "AlternateId": "0031njkASSIs2kk909",
        "IsActive": false,
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Addresses": [
      {
        "Address1": "4400 River Green Parkway",
        "Address2": "Suite 100",
        "City": "Duluth",
        "StateProvince": "GA",
        "CountryCode_Numeric": "840",
        "CountryCode_Alpha2": "US",
        "CountryCode_Alpha3": "USA",
        "PostalCode": "30096-2549",
        "AddressType": "Work",
        "IsActive": true,
        "IsDefault": false,
        "CassAddress1": "4400 RIVER GREEN PKWY",
        "CassAddress2": "",
        "CassCity": "DULUTH",
        "CassStateProvince": "GA",
        "CassPostalCode": "30096-2531",
        "CassStatus": "Y",
        "Country": "United States of America",
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        },
        "MissingRequiredConsents": false,
        "Consents": [
          {
            "ConsentType": "Direct Mail Consent",
            "ConsentVersion": "v1.0",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2024-10-25T13:50:40.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Lead Gen Form - 221",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2024-02-09T22:09:08.430Z",
              "CreatedBy": "John.Doe",
              "ModifiedDate": "2024-02-22T22:09:08.430Z",
              "ModifiedBy": "Web App"
            },
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ]
          }
        ],
        "AddressPreferences": [
          {
            "ProgramId": "in_banking_alert",
            "ChannelId": "Mail",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-09-14T20:18:56.943Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_mail",
            "PreferenceType": "2",
            "FrequencyId": "MONTHLY",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2022-05-03T20:21:48.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": false,
            "ConsentAssociations": [
              {
                "ConsentType": "Opt-in Consent",
                "ConsentVersion": "v1",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ]
      }
    ],
    "Emails": [
      {
        "EmailAddressType": "Primary",
        "EmailAddress": "john.doe@example.com",
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "Global Email Marketing Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2022-10-25T13:50:40.000Z",
            "ExpirationDate": "2022-10-25T13:50:40.000Z",
            "Expired": true,
            "SourceId": "Default",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2022-10-25T13:50:43.220Z",
              "CreatedBy": "Web App",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Privacy Portal"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "EmailPreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Email",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2023-01-09T14:26:45.280Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_email",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "Nurture-11"
              }
            ],
            "CustomerDate": "2023-01-09T14:26:41.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": false,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2022-10-25T13:50:43.220Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-21T18:25:42.467Z",
          "ModifiedBy": "Privacy Portal"
        }
      }
    ],
    "PhoneNumbers": [
      {
        "PhoneType": "Home",
        "PhoneNumber": "7702551021",
        "PhoneNumberNumeric": 7702551021,
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "TCPA Landline Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2023-11-02T21:23:31.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Service App",
            "UpdatedVersionPending": false,
            "IsActive": true,
            "Edited": {
              "CreateDate": "2023-11-02T21:23:37.023Z",
              "CreatedBy": "My Accounts Page",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Agent ID - 1334"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "IsMobile": false,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2024-02-10T13:48:18.943Z",
          "ModifiedBy": "My Accounts Page"
        },
        "PhonePreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Phone",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-02-10T13:48:18.943Z",
            "UserId": "App_Preferences_Widget_SC22",
            "SourceId": "In-app Widgets",
            "FilterId": "fin_banking_phone",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2024-02-10T13:48:13.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false
      }
    ],
    "ProfilePreferences": [
      {
        "ProgramId": "ins_payment_confirmation",
        "ChannelId": "Solicit",
        "MatchType": "Expressed",
        "ReasonCode": "",
        "ExpirationDate": "",
        "PreferenceStatus": "Active",
        "LastModifiedDate": "2021-11-17T18:44:21.707Z",
        "UserId": "My Accounts Page",
        "SourceId": "Default",
        "FilterId": "ins_payment_app_notify",
        "PreferenceType": "1",
        "FrequencyId": "Immediate",
        "Attributes": [
          {
            "Key": "App Id",
            "Value": "JADKYK13343KD"
          }
        ],
        "CustomerDate": "2023-11-17T18:44:12.000Z",
        "DropReasonNbr": null,
        "MissingRequiredConsents": false,
        "IsActive": true,
        "ConsentAssociations": [
          {
            "ConsentType": "Data Processing Consent",
            "ConsentVersion": "v5",
            "IsActive": true,
            "Locale": "en_US",
            "ReasonCode": "",
            "UpdatedVersionPending": false
          }
        ]
      }
    ],
    "Consents": [
      {
        "ConsentType": "CCPA Privacy Rights",
        "ConsentVersion": "v4",
        "Locale": "en_US",
        "ConsentStatus": 1,
        "ReasonCode": "",
        "ConsentDate": "2022-10-25T13:28:49.000Z",
        "ExpirationDate": "",
        "Expired": false,
        "SourceId": "Default",
        "UpdatedVersionPending": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2021-11-16T20:42:08.633Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2022-10-25T13:28:51.343Z",
          "ModifiedBy": "Web App"
        },
        "Attributes": [
          {
            "Key": "Applicable Jurisdiction",
            "Value": "CA-USA"
          }
        ]
      }
    ],
    "CustomFields": [
      {
        "Name": "Interests",
        "Value": "Shopping::Camping and Outdoors::Online Gaming",
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Groups": [
      {
        "GroupType": "Household",
        "GroupName": "Family",
        "IsPrimary": true,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2023-11-02T15:29:15.973Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "ProfileTags": [
      {
        "Name": "Frequent Customer"
      }
    ]
  }
]
Was this section helpful?

What made this section unhelpful for you?

Retrieve group profiles by email address

This method will retrieve one or more profiles that are part of a group by using an emailAddress of the group's primary profile.

The response will include up to 50 profiles that belong to the group. If more than 50 profiles are found, the API returns a 403-Forbidden.

The response will include all active consents, custom fields, groups, tags, and preferences for which you have appropriate permissions.

Header Parameters

Authorizationstring Required

Authorization token

Query Parameters

emailAddressstring Required

The email address associated with the primary profile of the group, used to retrieve all profiles within the group.

emailTypestring

Name of the email type associated with the specified email address. This allows you to filter the results to a specific email type.

groupTypestring

Name of the group type present on the primary profile of the group.

groupNamestring

Optional parameter used to filter the profiles returned based on the specified group name.

impliedboolean

Boolean flag, when set to true, returns both implied and expressed preferences. Expressed preferences are explicitly stated by individuals, while implied preferences are inherited from the parent Filter when no explicit preference is provided. The Match Type field on a preference record indicates whether a preference is expressed or implied. This distinction is applicable only when the Preference Propagation feature is enabled in your account. Otherwise, all preferences are output w...

includeConsentHistoryboolean

Optional parameter that, when set to true, returns consent history. When set to false, it returns only the latest consent information. Defaults to true.

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

Response

200
Object

Response Attributes

ProfileIdnumber
IsActiveboolean
Editedobject

Show child attributes

RegistrationConfirmedboolean
CustomerTypestring
PreserveConsentsboolean
PreservePreferencesboolean
CustomerNameobject

Show child attributes

DefaultLocalestring
UpdateStatusstring
ReasonCodestring
AlternateIdsarray

Show child attributes

Addressesarray

Show child attributes

Emailsarray

Show child attributes

PhoneNumbersarray

Show child attributes

ProfilePreferencesarray

Show child attributes

Consentsarray

Show child attributes

CustomFieldsarray

Show child attributes

Groupsarray

Show child attributes

ProfileTagsarray

Show child attributes

400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

GET

/{clientId}/Profile/Groups/Email?emailAddress={emailAddress}&emailType={emailType}&groupType={groupType}&groupName={groupName}&implied=&includeConsentHistory=

Select
1 2 curl --location --globoff 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/Groups/Email?emailAddress={emailAddress}&emailType={emailType}&groupType={groupType}&groupName={groupName}' \ --header 'Authorization;' \

Response

[
  {
    "ProfileId": 27178,
    "IsActive": true,
    "Edited": {
      "CreateDate": "2024-02-09T22:09:08.430Z",
      "CreatedBy": "John.Doe",
      "ModifiedDate": "2024-02-22T22:09:08.430Z",
      "ModifiedBy": "Web App"
    },
    "RegistrationConfirmed": true,
    "CustomerType": "Lead",
    "PreserveConsents": true,
    "PreservePreferences": true,
    "CustomerName": {
      "FirstName": "John",
      "MiddleName": "F",
      "LastName": "Doe",
      "Prefix": "Mr",
      "Suffix": "Jr"
    },
    "DefaultLocale": "en_US",
    "UpdateStatus": "Complete",
    "ReasonCode": "",
    "AlternateIds": [
      {
        "AlternateIdType": "Salesforce ContactId",
        "AlternateId": "0031njkASSIs2kk909",
        "IsActive": false,
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Addresses": [
      {
        "Address1": "4400 River Green Parkway",
        "Address2": "Suite 100",
        "City": "Duluth",
        "StateProvince": "GA",
        "CountryCode_Numeric": "840",
        "CountryCode_Alpha2": "US",
        "CountryCode_Alpha3": "USA",
        "PostalCode": "30096-2549",
        "AddressType": "Work",
        "IsActive": true,
        "IsDefault": false,
        "CassAddress1": "4400 RIVER GREEN PKWY",
        "CassAddress2": "",
        "CassCity": "DULUTH",
        "CassStateProvince": "GA",
        "CassPostalCode": "30096-2531",
        "CassStatus": "Y",
        "Country": "United States of America",
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        },
        "MissingRequiredConsents": false,
        "Consents": [
          {
            "ConsentType": "Direct Mail Consent",
            "ConsentVersion": "v1.0",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2024-10-25T13:50:40.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Lead Gen Form - 221",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2024-02-09T22:09:08.430Z",
              "CreatedBy": "John.Doe",
              "ModifiedDate": "2024-02-22T22:09:08.430Z",
              "ModifiedBy": "Web App"
            },
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ]
          }
        ],
        "AddressPreferences": [
          {
            "ProgramId": "in_banking_alert",
            "ChannelId": "Mail",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-09-14T20:18:56.943Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_mail",
            "PreferenceType": "2",
            "FrequencyId": "MONTHLY",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2022-05-03T20:21:48.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": false,
            "ConsentAssociations": [
              {
                "ConsentType": "Opt-in Consent",
                "ConsentVersion": "v1",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ]
      }
    ],
    "Emails": [
      {
        "EmailAddressType": "Primary",
        "EmailAddress": "john.doe@example.com",
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "Global Email Marketing Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2022-10-25T13:50:40.000Z",
            "ExpirationDate": "2022-10-25T13:50:40.000Z",
            "Expired": true,
            "SourceId": "Default",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2022-10-25T13:50:43.220Z",
              "CreatedBy": "Web App",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Privacy Portal"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "EmailPreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Email",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2023-01-09T14:26:45.280Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_email",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "Nurture-11"
              }
            ],
            "CustomerDate": "2023-01-09T14:26:41.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": false,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2022-10-25T13:50:43.220Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-21T18:25:42.467Z",
          "ModifiedBy": "Privacy Portal"
        }
      }
    ],
    "PhoneNumbers": [
      {
        "PhoneType": "Home",
        "PhoneNumber": "7702551021",
        "PhoneNumberNumeric": 7702551021,
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "TCPA Landline Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2023-11-02T21:23:31.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Service App",
            "UpdatedVersionPending": false,
            "IsActive": true,
            "Edited": {
              "CreateDate": "2023-11-02T21:23:37.023Z",
              "CreatedBy": "My Accounts Page",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Agent ID - 1334"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "IsMobile": false,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2024-02-10T13:48:18.943Z",
          "ModifiedBy": "My Accounts Page"
        },
        "PhonePreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Phone",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-02-10T13:48:18.943Z",
            "UserId": "App_Preferences_Widget_SC22",
            "SourceId": "In-app Widgets",
            "FilterId": "fin_banking_phone",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2024-02-10T13:48:13.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false
      }
    ],
    "ProfilePreferences": [
      {
        "ProgramId": "ins_payment_confirmation",
        "ChannelId": "Solicit",
        "MatchType": "Expressed",
        "ReasonCode": "",
        "ExpirationDate": "",
        "PreferenceStatus": "Active",
        "LastModifiedDate": "2021-11-17T18:44:21.707Z",
        "UserId": "My Accounts Page",
        "SourceId": "Default",
        "FilterId": "ins_payment_app_notify",
        "PreferenceType": "1",
        "FrequencyId": "Immediate",
        "Attributes": [
          {
            "Key": "App Id",
            "Value": "JADKYK13343KD"
          }
        ],
        "CustomerDate": "2023-11-17T18:44:12.000Z",
        "DropReasonNbr": null,
        "MissingRequiredConsents": false,
        "IsActive": true,
        "ConsentAssociations": [
          {
            "ConsentType": "Data Processing Consent",
            "ConsentVersion": "v5",
            "IsActive": true,
            "Locale": "en_US",
            "ReasonCode": "",
            "UpdatedVersionPending": false
          }
        ]
      }
    ],
    "Consents": [
      {
        "ConsentType": "CCPA Privacy Rights",
        "ConsentVersion": "v4",
        "Locale": "en_US",
        "ConsentStatus": 1,
        "ReasonCode": "",
        "ConsentDate": "2022-10-25T13:28:49.000Z",
        "ExpirationDate": "",
        "Expired": false,
        "SourceId": "Default",
        "UpdatedVersionPending": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2021-11-16T20:42:08.633Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2022-10-25T13:28:51.343Z",
          "ModifiedBy": "Web App"
        },
        "Attributes": [
          {
            "Key": "Applicable Jurisdiction",
            "Value": "CA-USA"
          }
        ]
      }
    ],
    "CustomFields": [
      {
        "Name": "Interests",
        "Value": "Shopping::Camping and Outdoors::Online Gaming",
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Groups": [
      {
        "GroupType": "Household",
        "GroupName": "Family",
        "IsPrimary": true,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2023-11-02T15:29:15.973Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "ProfileTags": [
      {
        "Name": "Frequent Customer"
      }
    ]
  }
]
Was this section helpful?

What made this section unhelpful for you?

Retrieve group profiles by group name

This method will retrieve one or more profiles that are part of a group by using the groupName and groupType combination of the group's primary profile.

The response will include up to 50 profiles that belong to the group. If more than 50 profiles are found, the API returns a 403-Forbidden.

The response will include all active consents, custom fields, groups, tags, and preferences for which you have appropriate permissions.

Header Parameters

Authorizationstring Required

Authorization token

Query Parameters

groupTypestring Required

Name of the group type associated with the desired profiles to retrieve.

groupNamestring Required

The name of the group associated with the specified group type on the primary profile of the group.

impliedboolean

Boolean flag, when set to true, returns both implied and expressed preferences. Expressed preferences are explicitly stated by individuals, while implied preferences are inherited from the parent Filter when no explicit preference is provided. The Match Type field on a preference record indicates whether a preference is expressed or implied. This distinction is applicable only when the Preference Propagation feature is enabled in your account. Otherwise, all preferences are outpu...

includeConsentHistoryboolean

Optional parameter that, when set to true, returns consent history. When set to false, it returns only the latest consent information. Defaults to true.

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

Response

200
Object

Response Attributes

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

GET

/{clientId}/Profile/Groups?groupType={groupType}&groupName={groupName}&implied=&includeConsentHistory=

Select
1 2 curl --location --globoff 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/Groups?groupType={groupType}&groupName={groupName}' \ --header 'Authorization;' \

Response

[
  {
    "ProfileId": 27178,
    "IsActive": true,
    "Edited": {
      "CreateDate": "2024-02-09T22:09:08.430Z",
      "CreatedBy": "John.Doe",
      "ModifiedDate": "2024-02-22T22:09:08.430Z",
      "ModifiedBy": "Web App"
    },
    "RegistrationConfirmed": true,
    "CustomerType": "Lead",
    "PreserveConsents": true,
    "PreservePreferences": true,
    "CustomerName": {
      "FirstName": "John",
      "MiddleName": "F",
      "LastName": "Doe",
      "Prefix": "Mr",
      "Suffix": "Jr"
    },
    "DefaultLocale": "en_US",
    "UpdateStatus": "Complete",
    "ReasonCode": "",
    "AlternateIds": [
      {
        "AlternateIdType": "Salesforce ContactId",
        "AlternateId": "0031njkASSIs2kk909",
        "IsActive": false,
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Addresses": [
      {
        "Address1": "4400 River Green Parkway",
        "Address2": "Suite 100",
        "City": "Duluth",
        "StateProvince": "GA",
        "CountryCode_Numeric": "840",
        "CountryCode_Alpha2": "US",
        "CountryCode_Alpha3": "USA",
        "PostalCode": "30096-2549",
        "AddressType": "Work",
        "IsActive": true,
        "IsDefault": false,
        "CassAddress1": "4400 RIVER GREEN PKWY",
        "CassAddress2": "",
        "CassCity": "DULUTH",
        "CassStateProvince": "GA",
        "CassPostalCode": "30096-2531",
        "CassStatus": "Y",
        "Country": "United States of America",
        "Edited": {
          "CreateDate": "2024-02-09T22:09:08.430Z",
          "CreatedBy": "John.Doe",
          "ModifiedDate": "2024-02-22T22:09:08.430Z",
          "ModifiedBy": "Web App"
        },
        "MissingRequiredConsents": false,
        "Consents": [
          {
            "ConsentType": "Direct Mail Consent",
            "ConsentVersion": "v1.0",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2024-10-25T13:50:40.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Lead Gen Form - 221",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2024-02-09T22:09:08.430Z",
              "CreatedBy": "John.Doe",
              "ModifiedDate": "2024-02-22T22:09:08.430Z",
              "ModifiedBy": "Web App"
            },
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ]
          }
        ],
        "AddressPreferences": [
          {
            "ProgramId": "in_banking_alert",
            "ChannelId": "Mail",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-09-14T20:18:56.943Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_mail",
            "PreferenceType": "2",
            "FrequencyId": "MONTHLY",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2022-05-03T20:21:48.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": false,
            "ConsentAssociations": [
              {
                "ConsentType": "Opt-in Consent",
                "ConsentVersion": "v1",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ]
      }
    ],
    "Emails": [
      {
        "EmailAddressType": "Primary",
        "EmailAddress": "john.doe@example.com",
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "Global Email Marketing Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2022-10-25T13:50:40.000Z",
            "ExpirationDate": "2022-10-25T13:50:40.000Z",
            "Expired": true,
            "SourceId": "Default",
            "UpdatedVersionPending": false,
            "IsActive": false,
            "Edited": {
              "CreateDate": "2022-10-25T13:50:43.220Z",
              "CreatedBy": "Web App",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Privacy Portal"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "EmailPreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Email",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2023-01-09T14:26:45.280Z",
            "UserId": "Trust Center",
            "SourceId": "Default",
            "FilterId": "fin_banking_email",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "Nurture-11"
              }
            ],
            "CustomerDate": "2023-01-09T14:26:41.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": false,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2022-10-25T13:50:43.220Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-21T18:25:42.467Z",
          "ModifiedBy": "Privacy Portal"
        }
      }
    ],
    "PhoneNumbers": [
      {
        "PhoneType": "Home",
        "PhoneNumber": "7702551021",
        "PhoneNumberNumeric": 7702551021,
        "IsDefault": false,
        "Consents": [
          {
            "ConsentType": "TCPA Landline Consent",
            "ConsentVersion": "v1",
            "Locale": "en_US",
            "ConsentStatus": 1,
            "ReasonCode": "",
            "ConsentDate": "2023-11-02T21:23:31.000Z",
            "ExpirationDate": "",
            "Expired": false,
            "SourceId": "Service App",
            "UpdatedVersionPending": false,
            "IsActive": true,
            "Edited": {
              "CreateDate": "2023-11-02T21:23:37.023Z",
              "CreatedBy": "My Accounts Page",
              "ModifiedDate": "2023-11-21T18:25:42.467Z",
              "ModifiedBy": "Agent ID - 1334"
            },
            "Attributes": [
              {
                "Key": "Applicable Jurisdiction",
                "Value": "USA"
              }
            ]
          }
        ],
        "IsMobile": false,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2024-02-10T13:48:18.943Z",
          "ModifiedBy": "My Accounts Page"
        },
        "PhonePreferences": [
          {
            "ProgramId": "fin_banking_alert",
            "ChannelId": "Phone",
            "MatchType": "Expressed",
            "ReasonCode": "",
            "ExpirationDate": "",
            "PreferenceStatus": "Active",
            "LastModifiedDate": "2024-02-10T13:48:18.943Z",
            "UserId": "App_Preferences_Widget_SC22",
            "SourceId": "In-app Widgets",
            "FilterId": "fin_banking_phone",
            "PreferenceType": "1",
            "FrequencyId": "Immediate",
            "Attributes": [
              {
                "Key": "campaign_ID",
                "Value": "CMC 123"
              }
            ],
            "CustomerDate": "2024-02-10T13:48:13.000Z",
            "DropReasonNbr": null,
            "MissingRequiredConsents": false,
            "IsActive": true,
            "ConsentAssociations": [
              {
                "ConsentType": "Data Processing Consent",
                "ConsentVersion": "v5",
                "IsActive": true,
                "Locale": "en_US",
                "ReasonCode": "",
                "UpdatedVersionPending": false
              }
            ]
          }
        ],
        "MissingRequiredConsents": false
      }
    ],
    "ProfilePreferences": [
      {
        "ProgramId": "ins_payment_confirmation",
        "ChannelId": "Solicit",
        "MatchType": "Expressed",
        "ReasonCode": "",
        "ExpirationDate": "",
        "PreferenceStatus": "Active",
        "LastModifiedDate": "2021-11-17T18:44:21.707Z",
        "UserId": "My Accounts Page",
        "SourceId": "Default",
        "FilterId": "ins_payment_app_notify",
        "PreferenceType": "1",
        "FrequencyId": "Immediate",
        "Attributes": [
          {
            "Key": "App Id",
            "Value": "JADKYK13343KD"
          }
        ],
        "CustomerDate": "2023-11-17T18:44:12.000Z",
        "DropReasonNbr": null,
        "MissingRequiredConsents": false,
        "IsActive": true,
        "ConsentAssociations": [
          {
            "ConsentType": "Data Processing Consent",
            "ConsentVersion": "v5",
            "IsActive": true,
            "Locale": "en_US",
            "ReasonCode": "",
            "UpdatedVersionPending": false
          }
        ]
      }
    ],
    "Consents": [
      {
        "ConsentType": "CCPA Privacy Rights",
        "ConsentVersion": "v4",
        "Locale": "en_US",
        "ConsentStatus": 1,
        "ReasonCode": "",
        "ConsentDate": "2022-10-25T13:28:49.000Z",
        "ExpirationDate": "",
        "Expired": false,
        "SourceId": "Default",
        "UpdatedVersionPending": false,
        "IsActive": false,
        "Edited": {
          "CreateDate": "2021-11-16T20:42:08.633Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2022-10-25T13:28:51.343Z",
          "ModifiedBy": "Web App"
        },
        "Attributes": [
          {
            "Key": "Applicable Jurisdiction",
            "Value": "CA-USA"
          }
        ]
      }
    ],
    "CustomFields": [
      {
        "Name": "Interests",
        "Value": "Shopping::Camping and Outdoors::Online Gaming",
        "IsActive": true,
        "Edited": {
          "CreateDate": "2022-05-03T20:21:21.347Z",
          "CreatedBy": "Web App",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "Groups": [
      {
        "GroupType": "Household",
        "GroupName": "Family",
        "IsPrimary": true,
        "IsActive": true,
        "Edited": {
          "CreateDate": "2023-11-02T15:29:15.973Z",
          "CreatedBy": "My Accounts Page",
          "ModifiedDate": "2023-11-01T23:50:50.700Z",
          "ModifiedBy": "Web App"
        }
      }
    ],
    "ProfileTags": [
      {
        "Name": "Frequent Customer"
      }
    ]
  }
]
Was this section helpful?

What made this section unhelpful for you?

Update profile (POST)

Using this method, you can update a profile directly by utilizing the known profileId without the need to retrieve the profile beforehand. It performs an update operation on all data elements included in the request. Any properties that are not included in your request, but are already present on the profile, will remain unaffected and unchanged.

Header Parameters

Authorizationstring Required

Authorization token

Content-Typestring

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

profileIdstring Required

System generated unique identifier of the profile.

Body Parameters

Consentsarray

A collection of consents associated with the User Profile.

Show child attributes

CustomFieldsarray

A collection of Custom Fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

Addressesarray

Collection of addresses associated with the profile.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the User Profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

ProfileIdinteger (int32)

Read-Only Id associated with the Profile.

IsActiveboolean

Defines whether the item is Active or Inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person by the type of customer. For example: Retail, Commercial, or Marketing.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as True. If set to False, the contact element consents will be deactivated. This setting defaults to True, if not specified.

PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as True. If set to False, the preferences will be deactivated. This setting defaults to True, if not specified.

CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Read-Only field. 'Complete' if the record has been processed otherwise 'Pending Update'.

ReasonCodestring

An optional parameter that can be passed when deactivating a profile.

AlternateIdsarray

Collection of AlternateIds associated with the profile.

Show child attributes

Response

202
Object
Once the request is received, it is queued for processing and a 202 response is returned with the UpdateStatus of "Pending Update". When processing is completed, the profile is updated. Any subsequent GET operations to retrieve the profile will include a value for the UpdateStatus of either "Complete" or "Pending Update".

Response Attributes

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found.
409
Object
The request could not be completed due to a conflict with the current state of the target resource. In most cases, an instance with the same already exists on the target resource. You must update the request before trying again.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

POST

/{clientId}/Profile/{profileId}

Select
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 curl --location --globoff 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/{profileId}' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data '{ "Consents": [ { "ConsentType": "sample string 1", "ConsentVersion": "sample string 2", "Locale": "en_US", "ConsentStatus": 2, "ReasonCode": "sample string 3", "ConsentDate": "sample string 4", "ExpirationDate": "sample string 5", "Expired": true, "SourceId": "sample string 6", "Attributes": [ { "Key": "string", "Value": "string" } ], "Edited": { "CreateDate": "sample string 1", "CreatedBy": "sample string 2", "ModifiedDate": "sample string 3", "ModifiedBy": "sample string 4" }, "UpdatedVersionPending": true, "IsActive": true } ], "CustomFields": [ { "Name": "sample string 1", "Value": "sample string 2", "IsActive": true, "Edited": { "CreateDate": "sample string 1", "CreatedBy": "sample string 2", "ModifiedDate": "sample string 3", "ModifiedBy": "sample string 4" } } ], "Groups": [ { "GroupType": "sample string 1", "IsPrimary": true, "GroupName": "sample string 2", "IsActive": true, "Edited": { "CreateDate": "sample string 1", "CreatedBy": "sample string 2", "ModifiedDate": "sample string 3", "ModifiedBy": "sample string 4" } } ], "ProfileTags": [ { "Name": "1" } ], "Addresses": [ { "AddressType": "sample string 1", "IsActive": true, "IsDefault": true, "Consents": [ { "ConsentType": "sample string 1", "ConsentVersion": "sample string 2", "Locale": "en_US", "ConsentStatus": 2, "ReasonCode": "sample string 3", "ConsentDate": "sample string 4", "ExpirationDate": "sample string 5", "Expired": true, "SourceId": "sample string 6", "Attributes": [ { "Key": "string", "Value": "string" } ], "Edited": { "CreateDate": "sample string 1", "CreatedBy": "sample string 2", "ModifiedDate": "sample string 3", "ModifiedBy": "sample string 4" }, "UpdatedVersionPending": true, "IsActive": true } ], "CassAddress1": "sample string 1", "CassAddress2": "sample string 2", "CassCity": "sample string 3", "CassStateProvince": "sample string 4", "CassPostalCode": "sample string 5", "CassStatus": "sample string 6", "Country": "sample string 7", "Edited": { "CreateDate": "sample string 1", "CreatedBy": "sample string 2", "ModifiedDate": "sample string 3", "ModifiedBy": "sample string 4" }, "Address1": "sample string 18", "Address2": "sample string 19", "City": "sample string 20", "StateProvince": "sample string 21", "CountryCode_Numeric": "222", "CountryCode_Alpha2": "US", "CountryCode_Alpha3": "121", "PostalCode": "sample string 22", "MissingRequiredConsents": false } ], "Emails": [ { "EmailPreferences": [ { "ProgramId": "sample string 1", "ChannelId": "sample string 2", "ConsentAssociations": [ { "ConsentType": "sample string 1", "ConsentVersion": "sample string 2", "IsActive": true, "Locale": "en_US", "ReasonCode": "sample string 3", "UpdatedVersionPending": false } ], "MatchType": "sample string 3", "ReasonCode": "sample string 4", "ExpirationDate": "sample string 5", "PreferenceStatus": "sample string 6", "LastModifiedDate": "sample string 7", "UserId": "sample string 8", "SourceId": "sample string 9", "FilterId": "sample string 10", "PreferenceType": 2, "FrequencyId": "sample string 11", "Attributes": [ { "Key": "sample string 1", "Value": "sample string 2" } ], "CustomerDate": "sample string 12" } ], "EmailAddressType": "sample string 1", "EmailAddress": "sample string 2", "IsDefault": true, "Consents": [ { "ConsentType": "sample string 1", "ConsentVersion": "sample string 2", "Locale": "en_US", "ConsentStatus": 2, "ReasonCode": "sample string 3", "ConsentDate": "sample string 4", "ExpirationDate": "sample string 5", "Expired": true, "SourceId": "sample string 6", "Attributes": [ { "Key": "string", "Value": "string" } ], "Edited": { "CreateDate": "sample string 1", "CreatedBy": "sample string 2", "ModifiedDate": "sample string 3", "ModifiedBy": "sample string 4" }, "UpdatedVersionPending": true, "IsActive": true } ], "IsActive": true, "Edited": { "CreateDate": "sample string 1", "CreatedBy": "sample string 2", "ModifiedDate": "sample string 3", "ModifiedBy": "sample string 4" }, "MissingRequiredConsents": false } ], "PhoneNumbers": [ { "PhonePreferences": [ { "ProgramId": "sample string 1", "ChannelId": "sample string 2", "ConsentAssociations": [ { "ConsentType": "sample string 1", "ConsentVersion": "sample string 2", "IsActive": true, "Locale": "en_US", "ReasonCode": "sample string 3", "UpdatedVersionPending": false } ], "MatchType": "sample string 3", "ReasonCode": "sample string 4", "ExpirationDate": "sample string 5", "PreferenceStatus": "sample string 6", "LastModifiedDate": "sample string 7", "UserId": "sample string 8", "SourceId": "sample string 9", "FilterId": "sample string 10", "PreferenceType": 2, "FrequencyId": "sample string 11", "Attributes": [ { "Key": "sample string 1", "Value": "sample string 2" } ], "CustomerDate": "sample string 12", "MissingRequiredConsents": false } ], "PhoneType": "sample string 1", "PhoneNumber": "sample string 2", "PhoneNumberNumeric": 1, "IsDefault": true, "Consents": [ { "ConsentType": "sample string 1", "ConsentVersion": "sample string 2", "Locale": "en_US", "ConsentStatus": 2, "ReasonCode": "sample string 3", "ConsentDate": "sample string 4", "ExpirationDate": "sample string 5", "Expired": true, "SourceId": "sample string 6", "Attributes": [ { "Key": "string", "Value": "string" } ], "Edited": { "CreateDate": "sample string 1", "CreatedBy": "sample string 2", "ModifiedDate": "sample string 3", "ModifiedBy": "sample string 4" }, "UpdatedVersionPending": true, "IsActive": true } ], "IsMobile": false, "IsActive": true, "Edited": { "CreateDate": "sample string 1", "CreatedBy": "sample string 2", "ModifiedDate": "sample string 3", "ModifiedBy": "sample string 4" }, "MissingRequiredConsents": false } ], "ProfilePreferences": [ { "ProgramId": "sample string 1", "ChannelId": "sample string 2", "ConsentAssociations": [ { "ConsentType": "sample string 1", "ConsentVersion": "sample string 2", "IsActive": true, "Locale": "en_US", "ReasonCode": "sample string 3", "UpdatedVersionPending": false } ], "MatchType": "sample string 3", "ReasonCode": "sample string 4", "ExpirationDate": "sample string 5", "PreferenceStatus": "sample string 6", "LastModifiedDate": "sample string 7", "UserId": "sample string 8", "SourceId": "sample string 9", "FilterId": "sample string 10", "PreferenceType": 2, "FrequencyId": "sample string 11", "Attributes": [ { "Key": "sample string 1", "Value": "sample string 2" } ], "CustomerDate": "sample string 12", "MissingRequiredConsents": false } ], "ProfileId": 1, "IsActive": true, "Edited": { "CreateDate": "sample string 1", "CreatedBy": "sample string 2", "ModifiedDate": "sample string 3", "ModifiedBy": "sample string 4" }, "RegistrationConfirmed": true, "CustomerType": "sample string 1", "PreserveConsents": true, "PreservePreferences": true, "CustomerName": { "FirstName": "sample string 1", "MiddleName": "sample string 2", "LastName": "sample string 3", "Prefix": "", "Suffix": "sample string 4" }, "DefaultLocale": "sample string 2", "UpdateStatus": "sample string 3", "ReasonCode": "sample string 4", "AlternateIds": [ { "AlternateIdType": "sample string 1", "AlternateId": "sample string 2", "IsActive": true, "Edited": { "CreateDate": "", "CreatedBy": "", "ModifiedDate": "", "ModifiedBy": "" }, "AlternateIdTypeLink": 1 } ] }'

Response

{
  "ProfileId": 27178,
  "IsActive": true,
  "Edited": {
    "CreateDate": "2024-02-09T22:09:08.430Z",
    "CreatedBy": "John.Doe",
    "ModifiedDate": "2024-02-22T22:09:08.430Z",
    "ModifiedBy": "Web App"
  },
  "RegistrationConfirmed": true,
  "CustomerType": "Lead",
  "PreserveConsents": true,
  "PreservePreferences": true,
  "CustomerName": {
    "FirstName": "John",
    "MiddleName": "F",
    "LastName": "Doe",
    "Prefix": "Mr",
    "Suffix": "Jr"
  },
  "DefaultLocale": "en_US",
  "UpdateStatus": "Complete",
  "ReasonCode": "",
  "AlternateIds": [
    {
      "AlternateIdType": "Salesforce ContactId",
      "AlternateId": "0031njkASSIs2kk909",
      "IsActive": false,
      "Edited": {
        "CreateDate": "2024-02-09T22:09:08.430Z",
        "CreatedBy": "John.Doe",
        "ModifiedDate": "2024-02-22T22:09:08.430Z",
        "ModifiedBy": "Web App"
      }
    }
  ],
  "Addresses": [
    {
      "Address1": "4400 River Green Parkway",
      "Address2": "Suite 100",
      "City": "Duluth",
      "StateProvince": "GA",
      "CountryCode_Numeric": "840",
      "CountryCode_Alpha2": "US",
      "CountryCode_Alpha3": "USA",
      "PostalCode": "30096-2549",
      "AddressType": "Work",
      "IsActive": true,
      "IsDefault": false,
      "CassAddress1": "4400 RIVER GREEN PKWY",
      "CassAddress2": "",
      "CassCity": "DULUTH",
      "CassStateProvince": "GA",
      "CassPostalCode": "30096-2531",
      "CassStatus": "Y",
      "Country": "United States of America",
      "Edited": {
        "CreateDate": "2024-02-09T22:09:08.430Z",
        "CreatedBy": "John.Doe",
        "ModifiedDate": "2024-02-22T22:09:08.430Z",
        "ModifiedBy": "Web App"
      },
      "MissingRequiredConsents": false,
      "Consents": [
        {
          "ConsentType": "Direct Mail Consent",
          "ConsentVersion": "v1.0",
          "Locale": "en_US",
          "ConsentStatus": 1,
          "ReasonCode": "",
          "ConsentDate": "2024-10-25T13:50:40.000Z",
          "ExpirationDate": "",
          "Expired": false,
          "SourceId": "Lead Gen Form - 221",
          "UpdatedVersionPending": false,
          "IsActive": false,
          "Edited": {
            "CreateDate": "2024-02-09T22:09:08.430Z",
            "CreatedBy": "John.Doe",
            "ModifiedDate": "2024-02-22T22:09:08.430Z",
            "ModifiedBy": "Web App"
          },
          "Attributes": [
            {
              "Key": "campaign_ID",
              "Value": "CMC 123"
            }
          ]
        }
      ],
      "AddressPreferences": [
        {
          "ProgramId": "in_banking_alert",
          "ChannelId": "Mail",
          "MatchType": "Expressed",
          "ReasonCode": "",
          "ExpirationDate": "",
          "PreferenceStatus": "Active",
          "LastModifiedDate": "2024-09-14T20:18:56.943Z",
          "UserId": "Trust Center",
          "SourceId": "Default",
          "FilterId": "fin_banking_mail",
          "PreferenceType": "2",
          "FrequencyId": "MONTHLY",
          "Attributes": [
            {
              "Key": "campaign_ID",
              "Value": "CMC 123"
            }
          ],
          "CustomerDate": "2022-05-03T20:21:48.000Z",
          "DropReasonNbr": null,
          "MissingRequiredConsents": false,
          "IsActive": false,
          "ConsentAssociations": [
            {
              "ConsentType": "Opt-in Consent",
              "ConsentVersion": "v1",
              "IsActive": true,
              "Locale": "en_US",
              "ReasonCode": "",
              "UpdatedVersionPending": false
            }
          ]
        }
      ]
    }
  ],
  "Emails": [
    {
      "EmailAddressType": "Primary",
      "EmailAddress": "john.doe@example.com",
      "IsDefault": false,
      "Consents": [
        {
          "ConsentType": "Global Email Marketing Consent",
          "ConsentVersion": "v1",
          "Locale": "en_US",
          "ConsentStatus": 1,
          "ReasonCode": "",
          "ConsentDate": "2022-10-25T13:50:40.000Z",
          "ExpirationDate": "2022-10-25T13:50:40.000Z",
          "Expired": true,
          "SourceId": "Default",
          "UpdatedVersionPending": false,
          "IsActive": false,
          "Edited": {
            "CreateDate": "2022-10-25T13:50:43.220Z",
            "CreatedBy": "Web App",
            "ModifiedDate": "2023-11-21T18:25:42.467Z",
            "ModifiedBy": "Privacy Portal"
          },
          "Attributes": [
            {
              "Key": "Applicable Jurisdiction",
              "Value": "USA"
            }
          ]
        }
      ],
      "EmailPreferences": [
        {
          "ProgramId": "fin_banking_alert",
          "ChannelId": "Email",
          "MatchType": "Expressed",
          "ReasonCode": "",
          "ExpirationDate": "",
          "PreferenceStatus": "Active",
          "LastModifiedDate": "2023-01-09T14:26:45.280Z",
          "UserId": "Trust Center",
          "SourceId": "Default",
          "FilterId": "fin_banking_email",
          "PreferenceType": "1",
          "FrequencyId": "Immediate",
          "Attributes": [
            {
              "Key": "campaign_ID",
              "Value": "Nurture-11"
            }
          ],
          "CustomerDate": "2023-01-09T14:26:41.000Z",
          "DropReasonNbr": null,
          "MissingRequiredConsents": false,
          "IsActive": true,
          "ConsentAssociations": [
            {
              "ConsentType": "Data Processing Consent",
              "ConsentVersion": "v5",
              "IsActive": false,
              "Locale": "en_US",
              "ReasonCode": "",
              "UpdatedVersionPending": false
            }
          ]
        }
      ],
      "MissingRequiredConsents": false,
      "IsActive": false,
      "Edited": {
        "CreateDate": "2022-10-25T13:50:43.220Z",
        "CreatedBy": "Web App",
        "ModifiedDate": "2023-11-21T18:25:42.467Z",
        "ModifiedBy": "Privacy Portal"
      }
    }
  ],
  "PhoneNumbers": [
    {
      "PhoneType": "Home",
      "PhoneNumber": "7702551021",
      "PhoneNumberNumeric": 7702551021,
      "IsDefault": false,
      "Consents": [
        {
          "ConsentType": "TCPA Landline Consent",
          "ConsentVersion": "v1",
          "Locale": "en_US",
          "ConsentStatus": 1,
          "ReasonCode": "",
          "ConsentDate": "2023-11-02T21:23:31.000Z",
          "ExpirationDate": "",
          "Expired": false,
          "SourceId": "Service App",
          "UpdatedVersionPending": false,
          "IsActive": true,
          "Edited": {
            "CreateDate": "2023-11-02T21:23:37.023Z",
            "CreatedBy": "My Accounts Page",
            "ModifiedDate": "2023-11-21T18:25:42.467Z",
            "ModifiedBy": "Agent ID - 1334"
          },
          "Attributes": [
            {
              "Key": "Applicable Jurisdiction",
              "Value": "USA"
            }
          ]
        }
      ],
      "IsMobile": false,
      "IsActive": true,
      "Edited": {
        "CreateDate": "2022-05-03T20:21:21.347Z",
        "CreatedBy": "My Accounts Page",
        "ModifiedDate": "2024-02-10T13:48:18.943Z",
        "ModifiedBy": "My Accounts Page"
      },
      "PhonePreferences": [
        {
          "ProgramId": "fin_banking_alert",
          "ChannelId": "Phone",
          "MatchType": "Expressed",
          "ReasonCode": "",
          "ExpirationDate": "",
          "PreferenceStatus": "Active",
          "LastModifiedDate": "2024-02-10T13:48:18.943Z",
          "UserId": "App_Preferences_Widget_SC22",
          "SourceId": "In-app Widgets",
          "FilterId": "fin_banking_phone",
          "PreferenceType": "1",
          "FrequencyId": "Immediate",
          "Attributes": [
            {
              "Key": "campaign_ID",
              "Value": "CMC 123"
            }
          ],
          "CustomerDate": "2024-02-10T13:48:13.000Z",
          "DropReasonNbr": null,
          "MissingRequiredConsents": false,
          "IsActive": true,
          "ConsentAssociations": [
            {
              "ConsentType": "Data Processing Consent",
              "ConsentVersion": "v5",
              "IsActive": true,
              "Locale": "en_US",
              "ReasonCode": "",
              "UpdatedVersionPending": false
            }
          ]
        }
      ],
      "MissingRequiredConsents": false
    }
  ],
  "ProfilePreferences": [
    {
      "ProgramId": "ins_payment_confirmation",
      "ChannelId": "Solicit",
      "MatchType": "Expressed",
      "ReasonCode": "",
      "ExpirationDate": "",
      "PreferenceStatus": "Active",
      "LastModifiedDate": "2021-11-17T18:44:21.707Z",
      "UserId": "My Accounts Page",
      "SourceId": "Default",
      "FilterId": "ins_payment_app_notify",
      "PreferenceType": "1",
      "FrequencyId": "Immediate",
      "Attributes": [
        {
          "Key": "App Id",
          "Value": "JADKYK13343KD"
        }
      ],
      "CustomerDate": "2023-11-17T18:44:12.000Z",
      "DropReasonNbr": null,
      "MissingRequiredConsents": false,
      "IsActive": true,
      "ConsentAssociations": [
        {
          "ConsentType": "Data Processing Consent",
          "ConsentVersion": "v5",
          "IsActive": true,
          "Locale": "en_US",
          "ReasonCode": "",
          "UpdatedVersionPending": false
        }
      ]
    }
  ],
  "Consents": [
    {
      "ConsentType": "CCPA Privacy Rights",
      "ConsentVersion": "v4",
      "Locale": "en_US",
      "ConsentStatus": 1,
      "ReasonCode": "",
      "ConsentDate": "2022-10-25T13:28:49.000Z",
      "ExpirationDate": "",
      "Expired": false,
      "SourceId": "Default",
      "UpdatedVersionPending": false,
      "IsActive": false,
      "Edited": {
        "CreateDate": "2021-11-16T20:42:08.633Z",
        "CreatedBy": "Web App",
        "ModifiedDate": "2022-10-25T13:28:51.343Z",
        "ModifiedBy": "Web App"
      },
      "Attributes": [
        {
          "Key": "Applicable Jurisdiction",
          "Value": "CA-USA"
        }
      ]
    }
  ],
  "CustomFields": [
    {
      "Name": "Interests",
      "Value": "Shopping::Camping and Outdoors::Online Gaming",
      "IsActive": true,
      "Edited": {
        "CreateDate": "2022-05-03T20:21:21.347Z",
        "CreatedBy": "Web App",
        "ModifiedDate": "2023-11-01T23:50:50.700Z",
        "ModifiedBy": "Web App"
      }
    }
  ],
  "Groups": [
    {
      "GroupType": "Household",
      "GroupName": "Family",
      "IsPrimary": true,
      "IsActive": true,
      "Edited": {
        "CreateDate": "2023-11-02T15:29:15.973Z",
        "CreatedBy": "My Accounts Page",
        "ModifiedDate": "2023-11-01T23:50:50.700Z",
        "ModifiedBy": "Web App"
      }
    }
  ],
  "ProfileTags": [
    {
      "Name": "Frequent Customer"
    }
  ]
}
Was this section helpful?

What made this section unhelpful for you?

Update profile (PUT)

This method allows you to overwrite a profile by specifying the corresponding profileId.

The original information contained in the profile will be overwritten by the information contained in the request. Properties and collections that are not included in the PUT request will be considered blank, and will no longer be included in the profile.

Header Parameters

Authorizationstring Required

Authorization token

Content-Typestring

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

profileIdinteger (int32)Required

System generated unique identifier of the profile.

Body Parameters

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

Response

200
Object

Response Attributes

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

202
Object
Once the request is received, it is queued for processing and a 202 response is returned with the UpdateStatus of "Pending Update". When processing is completed, a new profile is created. Any subsequent GET operations to retrieve the profile will return with an UpdateStatus of "Complete".
400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
409
Object
The request could not be completed due to a conflict with the current state of the target resource. In most cases, an instance with the same already exists on the target resource. You must update the request before trying again.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

PUT

/{clientId}/Profile/{profileId}

Select
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 curl --location --globoff --request PUT 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/{profileId}' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "ProfileId": 27178, "IsActive": true, "Edited": { "CreateDate": "2024-02-09T22:09:08.430Z", "CreatedBy": "John.Doe", "ModifiedDate": "2024-02-22T22:09:08.430Z", "ModifiedBy": "Web App" }, "RegistrationConfirmed": true, "CustomerType": "Lead", "PreserveConsents": true, "PreservePreferences": true, "CustomerName": { "FirstName": "John", "MiddleName": "F", "LastName": "Doe", "Prefix": "Mr", "Suffix": "Jr" }, "DefaultLocale": "en_US", "UpdateStatus": "Complete", "ReasonCode": "", "AlternateIds": [ { "AlternateIdType": "Salesforce ContactId", "AlternateId": "0031njkASSIs2kk909", "IsActive": false, "Edited": { "CreateDate": "2024-02-09T22:09:08.430Z", "CreatedBy": "John.Doe", "ModifiedDate": "2024-02-22T22:09:08.430Z", "ModifiedBy": "Web App" } } ], "Addresses": [ { "Address1": "4400 River Green Parkway", "Address2": "Suite 100", "City": "Duluth", "StateProvince": "GA", "CountryCode_Numeric": "840", "CountryCode_Alpha2": "US", "CountryCode_Alpha3": "USA", "PostalCode": "30096-2549", "AddressType": "Work", "IsActive": true, "IsDefault": false, "CassAddress1": "4400 RIVER GREEN PKWY", "CassAddress2": "", "CassCity": "DULUTH", "CassStateProvince": "GA", "CassPostalCode": "30096-2531", "CassStatus": "Y", "Country": "United States of America", "Edited": { "CreateDate": "2024-02-09T22:09:08.430Z", "CreatedBy": "John.Doe", "ModifiedDate": "2024-02-22T22:09:08.430Z", "ModifiedBy": "Web App" }, "MissingRequiredConsents": false, "Consents": [ { "ConsentType": "Direct Mail Consent", "ConsentVersion": "v1.0", "Locale": "en_US", "ConsentStatus": 1, "ReasonCode": "", "ConsentDate": "2024-10-25T13:50:40.000Z", "ExpirationDate": "", "Expired": false, "SourceId": "Lead Gen Form - 221", "UpdatedVersionPending": false, "IsActive": false, "Edited": { "CreateDate": "2024-02-09T22:09:08.430Z", "CreatedBy": "John.Doe", "ModifiedDate": "2024-02-22T22:09:08.430Z", "ModifiedBy": "Web App" }, "Attributes": [ { "Key": "campaign_ID", "Value": "CMC 123" } ] } ], "AddressPreferences": [ { "ProgramId": "in_banking_alert", "ChannelId": "Mail", "MatchType": "Expressed", "ReasonCode": "", "ExpirationDate": "", "PreferenceStatus": "Active", "LastModifiedDate": "2024-09-14T20:18:56.943Z", "UserId": "Trust Center", "SourceId": "Default", "FilterId": "fin_banking_mail", "PreferenceType": "2", "FrequencyId": "MONTHLY", "Attributes": [ { "Key": "campaign_ID", "Value": "CMC 123" } ], "CustomerDate": "2022-05-03T20:21:48.000Z", "DropReasonNbr": null, "MissingRequiredConsents": false, "IsActive": false, "ConsentAssociations": [ { "ConsentType": "Opt-in Consent", "ConsentVersion": "v1", "IsActive": true, "Locale": "en_US", "ReasonCode": "", "UpdatedVersionPending": false } ] } ] } ], "Emails": [ { "EmailAddressType": "Primary", "EmailAddress": "john.doe@example.com", "IsDefault": false, "Consents": [ { "ConsentType": "Global Email Marketing Consent", "ConsentVersion": "v1", "Locale": "en_US", "ConsentStatus": 1, "ReasonCode": "", "ConsentDate": "2022-10-25T13:50:40.000Z", "ExpirationDate": "2022-10-25T13:50:40.000Z", "Expired": true, "SourceId": "Default", "UpdatedVersionPending": false, "IsActive": false, "Edited": { "CreateDate": "2022-10-25T13:50:43.220Z", "CreatedBy": "Web App", "ModifiedDate": "2023-11-21T18:25:42.467Z", "ModifiedBy": "Privacy Portal" }, "Attributes": [ { "Key": "Applicable Jurisdiction", "Value": "USA" } ] } ], "EmailPreferences": [ { "ProgramId": "fin_banking_alert", "ChannelId": "Email", "MatchType": "Expressed", "ReasonCode": "", "ExpirationDate": "", "PreferenceStatus": "Active", "LastModifiedDate": "2023-01-09T14:26:45.280Z", "UserId": "Trust Center", "SourceId": "Default", "FilterId": "fin_banking_email", "PreferenceType": "1", "FrequencyId": "Immediate", "Attributes": [ { "Key": "campaign_ID", "Value": "Nurture-11" } ], "CustomerDate": "2023-01-09T14:26:41.000Z", "DropReasonNbr": null, "MissingRequiredConsents": false, "IsActive": true, "ConsentAssociations": [ { "ConsentType": "Data Processing Consent", "ConsentVersion": "v5", "IsActive": false, "Locale": "en_US", "ReasonCode": "", "UpdatedVersionPending": false } ] } ], "MissingRequiredConsents": false, "IsActive": false, "Edited": { "CreateDate": "2022-10-25T13:50:43.220Z", "CreatedBy": "Web App", "ModifiedDate": "2023-11-21T18:25:42.467Z", "ModifiedBy": "Privacy Portal" } } ], "PhoneNumbers": [ { "PhoneType": "Home", "PhoneNumber": "7702551021", "PhoneNumberNumeric": 7702551021, "IsDefault": false, "Consents": [ { "ConsentType": "TCPA Landline Consent", "ConsentVersion": "v1", "Locale": "en_US", "ConsentStatus": 1, "ReasonCode": "", "ConsentDate": "2023-11-02T21:23:31.000Z", "ExpirationDate": "", "Expired": false, "SourceId": "Service App", "UpdatedVersionPending": false, "IsActive": true, "Edited": { "CreateDate": "2023-11-02T21:23:37.023Z", "CreatedBy": "My Accounts Page", "ModifiedDate": "2023-11-21T18:25:42.467Z", "ModifiedBy": "Agent ID - 1334" }, "Attributes": [ { "Key": "Applicable Jurisdiction", "Value": "USA" } ] } ], "IsMobile": false, "IsActive": true, "Edited": { "CreateDate": "2022-05-03T20:21:21.347Z", "CreatedBy": "My Accounts Page", "ModifiedDate": "2024-02-10T13:48:18.943Z", "ModifiedBy": "My Accounts Page" }, "PhonePreferences": [ { "ProgramId": "fin_banking_alert", "ChannelId": "Phone", "MatchType": "Expressed", "ReasonCode": "", "ExpirationDate": "", "PreferenceStatus": "Active", "LastModifiedDate": "2024-02-10T13:48:18.943Z", "UserId": "App_Preferences_Widget_SC22", "SourceId": "In-app Widgets", "FilterId": "fin_banking_phone", "PreferenceType": "1", "FrequencyId": "Immediate", "Attributes": [ { "Key": "campaign_ID", "Value": "CMC 123" } ], "CustomerDate": "2024-02-10T13:48:13.000Z", "DropReasonNbr": null, "MissingRequiredConsents": false, "IsActive": true, "ConsentAssociations": [ { "ConsentType": "Data Processing Consent", "ConsentVersion": "v5", "IsActive": true, "Locale": "en_US", "ReasonCode": "", "UpdatedVersionPending": false } ] } ], "MissingRequiredConsents": false } ], "ProfilePreferences": [ { "ProgramId": "ins_payment_confirmation", "ChannelId": "Solicit", "MatchType": "Expressed", "ReasonCode": "", "ExpirationDate": "", "PreferenceStatus": "Active", "LastModifiedDate": "2021-11-17T18:44:21.707Z", "UserId": "My Accounts Page", "SourceId": "Default", "FilterId": "ins_payment_app_notify", "PreferenceType": "1", "FrequencyId": "Immediate", "Attributes": [ { "Key": "App Id", "Value": "JADKYK13343KD" } ], "CustomerDate": "2023-11-17T18:44:12.000Z", "DropReasonNbr": null, "MissingRequiredConsents": false, "IsActive": true, "ConsentAssociations": [ { "ConsentType": "Data Processing Consent", "ConsentVersion": "v5", "IsActive": true, "Locale": "en_US", "ReasonCode": "", "UpdatedVersionPending": false } ] } ], "Consents": [ { "ConsentType": "CCPA Privacy Rights", "ConsentVersion": "v4", "Locale": "en_US", "ConsentStatus": 1, "ReasonCode": "", "ConsentDate": "2022-10-25T13:28:49.000Z", "ExpirationDate": "", "Expired": false, "SourceId": "Default", "UpdatedVersionPending": false, "IsActive": false, "Edited": { "CreateDate": "2021-11-16T20:42:08.633Z", "CreatedBy": "Web App", "ModifiedDate": "2022-10-25T13:28:51.343Z", "ModifiedBy": "Web App" }, "Attributes": [ { "Key": "Applicable Jurisdiction", "Value": "CA-USA" } ] } ], "CustomFields": [ { "Name": "Interests", "Value": "Shopping::Camping and Outdoors::Online Gaming", "IsActive": true, "Edited": { "CreateDate": "2022-05-03T20:21:21.347Z", "CreatedBy": "Web App", "ModifiedDate": "2023-11-01T23:50:50.700Z", "ModifiedBy": "Web App" } } ], "Groups": [ { "GroupType": "Household", "GroupName": "Family", "IsPrimary": true, "IsActive": true, "Edited": { "CreateDate": "2023-11-02T15:29:15.973Z", "CreatedBy": "My Accounts Page", "ModifiedDate": "2023-11-01T23:50:50.700Z", "ModifiedBy": "Web App" } } ], "ProfileTags": [ { "Name": "Frequent Customer" } ] }'

Response

{
  "ProfileId": 27178,
  "IsActive": true,
  "Edited": {
    "CreateDate": "2024-02-09T22:09:08.430Z",
    "CreatedBy": "John.Doe",
    "ModifiedDate": "2024-02-22T22:09:08.430Z",
    "ModifiedBy": "Web App"
  },
  "RegistrationConfirmed": true,
  "CustomerType": "Lead",
  "PreserveConsents": true,
  "PreservePreferences": true,
  "CustomerName": {
    "FirstName": "John",
    "MiddleName": "F",
    "LastName": "Doe",
    "Prefix": "Mr",
    "Suffix": "Jr"
  },
  "DefaultLocale": "en_US",
  "UpdateStatus": "Complete",
  "ReasonCode": "",
  "AlternateIds": [
    {
      "AlternateIdType": "Salesforce ContactId",
      "AlternateId": "0031njkASSIs2kk909",
      "IsActive": false,
      "Edited": {
        "CreateDate": "2024-02-09T22:09:08.430Z",
        "CreatedBy": "John.Doe",
        "ModifiedDate": "2024-02-22T22:09:08.430Z",
        "ModifiedBy": "Web App"
      }
    }
  ],
  "Addresses": [
    {
      "Address1": "4400 River Green Parkway",
      "Address2": "Suite 100",
      "City": "Duluth",
      "StateProvince": "GA",
      "CountryCode_Numeric": "840",
      "CountryCode_Alpha2": "US",
      "CountryCode_Alpha3": "USA",
      "PostalCode": "30096-2549",
      "AddressType": "Work",
      "IsActive": true,
      "IsDefault": false,
      "CassAddress1": "4400 RIVER GREEN PKWY",
      "CassAddress2": "",
      "CassCity": "DULUTH",
      "CassStateProvince": "GA",
      "CassPostalCode": "30096-2531",
      "CassStatus": "Y",
      "Country": "United States of America",
      "Edited": {
        "CreateDate": "2024-02-09T22:09:08.430Z",
        "CreatedBy": "John.Doe",
        "ModifiedDate": "2024-02-22T22:09:08.430Z",
        "ModifiedBy": "Web App"
      },
      "MissingRequiredConsents": false,
      "Consents": [
        {
          "ConsentType": "Direct Mail Consent",
          "ConsentVersion": "v1.0",
          "Locale": "en_US",
          "ConsentStatus": 1,
          "ReasonCode": "",
          "ConsentDate": "2024-10-25T13:50:40.000Z",
          "ExpirationDate": "",
          "Expired": false,
          "SourceId": "Lead Gen Form - 221",
          "UpdatedVersionPending": false,
          "IsActive": false,
          "Edited": {
            "CreateDate": "2024-02-09T22:09:08.430Z",
            "CreatedBy": "John.Doe",
            "ModifiedDate": "2024-02-22T22:09:08.430Z",
            "ModifiedBy": "Web App"
          },
          "Attributes": [
            {
              "Key": "campaign_ID",
              "Value": "CMC 123"
            }
          ]
        }
      ],
      "AddressPreferences": [
        {
          "ProgramId": "in_banking_alert",
          "ChannelId": "Mail",
          "MatchType": "Expressed",
          "ReasonCode": "",
          "ExpirationDate": "",
          "PreferenceStatus": "Active",
          "LastModifiedDate": "2024-09-14T20:18:56.943Z",
          "UserId": "Trust Center",
          "SourceId": "Default",
          "FilterId": "fin_banking_mail",
          "PreferenceType": "2",
          "FrequencyId": "MONTHLY",
          "Attributes": [
            {
              "Key": "campaign_ID",
              "Value": "CMC 123"
            }
          ],
          "CustomerDate": "2022-05-03T20:21:48.000Z",
          "DropReasonNbr": null,
          "MissingRequiredConsents": false,
          "IsActive": false,
          "ConsentAssociations": [
            {
              "ConsentType": "Opt-in Consent",
              "ConsentVersion": "v1",
              "IsActive": true,
              "Locale": "en_US",
              "ReasonCode": "",
              "UpdatedVersionPending": false
            }
          ]
        }
      ]
    }
  ],
  "Emails": [
    {
      "EmailAddressType": "Primary",
      "EmailAddress": "john.doe@example.com",
      "IsDefault": false,
      "Consents": [
        {
          "ConsentType": "Global Email Marketing Consent",
          "ConsentVersion": "v1",
          "Locale": "en_US",
          "ConsentStatus": 1,
          "ReasonCode": "",
          "ConsentDate": "2022-10-25T13:50:40.000Z",
          "ExpirationDate": "2022-10-25T13:50:40.000Z",
          "Expired": true,
          "SourceId": "Default",
          "UpdatedVersionPending": false,
          "IsActive": false,
          "Edited": {
            "CreateDate": "2022-10-25T13:50:43.220Z",
            "CreatedBy": "Web App",
            "ModifiedDate": "2023-11-21T18:25:42.467Z",
            "ModifiedBy": "Privacy Portal"
          },
          "Attributes": [
            {
              "Key": "Applicable Jurisdiction",
              "Value": "USA"
            }
          ]
        }
      ],
      "EmailPreferences": [
        {
          "ProgramId": "fin_banking_alert",
          "ChannelId": "Email",
          "MatchType": "Expressed",
          "ReasonCode": "",
          "ExpirationDate": "",
          "PreferenceStatus": "Active",
          "LastModifiedDate": "2023-01-09T14:26:45.280Z",
          "UserId": "Trust Center",
          "SourceId": "Default",
          "FilterId": "fin_banking_email",
          "PreferenceType": "1",
          "FrequencyId": "Immediate",
          "Attributes": [
            {
              "Key": "campaign_ID",
              "Value": "Nurture-11"
            }
          ],
          "CustomerDate": "2023-01-09T14:26:41.000Z",
          "DropReasonNbr": null,
          "MissingRequiredConsents": false,
          "IsActive": true,
          "ConsentAssociations": [
            {
              "ConsentType": "Data Processing Consent",
              "ConsentVersion": "v5",
              "IsActive": false,
              "Locale": "en_US",
              "ReasonCode": "",
              "UpdatedVersionPending": false
            }
          ]
        }
      ],
      "MissingRequiredConsents": false,
      "IsActive": false,
      "Edited": {
        "CreateDate": "2022-10-25T13:50:43.220Z",
        "CreatedBy": "Web App",
        "ModifiedDate": "2023-11-21T18:25:42.467Z",
        "ModifiedBy": "Privacy Portal"
      }
    }
  ],
  "PhoneNumbers": [
    {
      "PhoneType": "Home",
      "PhoneNumber": "7702551021",
      "PhoneNumberNumeric": 7702551021,
      "IsDefault": false,
      "Consents": [
        {
          "ConsentType": "TCPA Landline Consent",
          "ConsentVersion": "v1",
          "Locale": "en_US",
          "ConsentStatus": 1,
          "ReasonCode": "",
          "ConsentDate": "2023-11-02T21:23:31.000Z",
          "ExpirationDate": "",
          "Expired": false,
          "SourceId": "Service App",
          "UpdatedVersionPending": false,
          "IsActive": true,
          "Edited": {
            "CreateDate": "2023-11-02T21:23:37.023Z",
            "CreatedBy": "My Accounts Page",
            "ModifiedDate": "2023-11-21T18:25:42.467Z",
            "ModifiedBy": "Agent ID - 1334"
          },
          "Attributes": [
            {
              "Key": "Applicable Jurisdiction",
              "Value": "USA"
            }
          ]
        }
      ],
      "IsMobile": false,
      "IsActive": true,
      "Edited": {
        "CreateDate": "2022-05-03T20:21:21.347Z",
        "CreatedBy": "My Accounts Page",
        "ModifiedDate": "2024-02-10T13:48:18.943Z",
        "ModifiedBy": "My Accounts Page"
      },
      "PhonePreferences": [
        {
          "ProgramId": "fin_banking_alert",
          "ChannelId": "Phone",
          "MatchType": "Expressed",
          "ReasonCode": "",
          "ExpirationDate": "",
          "PreferenceStatus": "Active",
          "LastModifiedDate": "2024-02-10T13:48:18.943Z",
          "UserId": "App_Preferences_Widget_SC22",
          "SourceId": "In-app Widgets",
          "FilterId": "fin_banking_phone",
          "PreferenceType": "1",
          "FrequencyId": "Immediate",
          "Attributes": [
            {
              "Key": "campaign_ID",
              "Value": "CMC 123"
            }
          ],
          "CustomerDate": "2024-02-10T13:48:13.000Z",
          "DropReasonNbr": null,
          "MissingRequiredConsents": false,
          "IsActive": true,
          "ConsentAssociations": [
            {
              "ConsentType": "Data Processing Consent",
              "ConsentVersion": "v5",
              "IsActive": true,
              "Locale": "en_US",
              "ReasonCode": "",
              "UpdatedVersionPending": false
            }
          ]
        }
      ],
      "MissingRequiredConsents": false
    }
  ],
  "ProfilePreferences": [
    {
      "ProgramId": "ins_payment_confirmation",
      "ChannelId": "Solicit",
      "MatchType": "Expressed",
      "ReasonCode": "",
      "ExpirationDate": "",
      "PreferenceStatus": "Active",
      "LastModifiedDate": "2021-11-17T18:44:21.707Z",
      "UserId": "My Accounts Page",
      "SourceId": "Default",
      "FilterId": "ins_payment_app_notify",
      "PreferenceType": "1",
      "FrequencyId": "Immediate",
      "Attributes": [
        {
          "Key": "App Id",
          "Value": "JADKYK13343KD"
        }
      ],
      "CustomerDate": "2023-11-17T18:44:12.000Z",
      "DropReasonNbr": null,
      "MissingRequiredConsents": false,
      "IsActive": true,
      "ConsentAssociations": [
        {
          "ConsentType": "Data Processing Consent",
          "ConsentVersion": "v5",
          "IsActive": true,
          "Locale": "en_US",
          "ReasonCode": "",
          "UpdatedVersionPending": false
        }
      ]
    }
  ],
  "Consents": [
    {
      "ConsentType": "CCPA Privacy Rights",
      "ConsentVersion": "v4",
      "Locale": "en_US",
      "ConsentStatus": 1,
      "ReasonCode": "",
      "ConsentDate": "2022-10-25T13:28:49.000Z",
      "ExpirationDate": "",
      "Expired": false,
      "SourceId": "Default",
      "UpdatedVersionPending": false,
      "IsActive": false,
      "Edited": {
        "CreateDate": "2021-11-16T20:42:08.633Z",
        "CreatedBy": "Web App",
        "ModifiedDate": "2022-10-25T13:28:51.343Z",
        "ModifiedBy": "Web App"
      },
      "Attributes": [
        {
          "Key": "Applicable Jurisdiction",
          "Value": "CA-USA"
        }
      ]
    }
  ],
  "CustomFields": [
    {
      "Name": "Interests",
      "Value": "Shopping::Camping and Outdoors::Online Gaming",
      "IsActive": true,
      "Edited": {
        "CreateDate": "2022-05-03T20:21:21.347Z",
        "CreatedBy": "Web App",
        "ModifiedDate": "2023-11-01T23:50:50.700Z",
        "ModifiedBy": "Web App"
      }
    }
  ],
  "Groups": [
    {
      "GroupType": "Household",
      "GroupName": "Family",
      "IsPrimary": true,
      "IsActive": true,
      "Edited": {
        "CreateDate": "2023-11-02T15:29:15.973Z",
        "CreatedBy": "My Accounts Page",
        "ModifiedDate": "2023-11-01T23:50:50.700Z",
        "ModifiedBy": "Web App"
      }
    }
  ],
  "ProfileTags": [
    {
      "Name": "Frequent Customer"
    }
  ]
}
Was this section helpful?

What made this section unhelpful for you?

Update profile (PATCH)

The PATCH method applies partial modifications to a single profile specified by the profileId parameter. The profile will only be updated with the information specified in the path and the values included in the request body.

The HTTP PATCH request method applies partial modifications to a resource. Click here to learn about PATCH.

The MyPreferences API supports add, replace, remove, and test PATCH operations. The API does not support move and copy PATCH operations.

In the JSON body of your request, send the op, path, and value parameters:

  • op denotes the type of operation to execute such as add, replace, remove, or test.

  • path denotes the path of the target location on the resource to update.

  • value denotes the value to apply.

Note: When removing multiple elements from an array object, send the remove operations in descending order to keep the indices intact.

Header Parameters

Authorizationstring Required

Authorization token

Content-Typestring

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

profileIdinteger (int32)Required

System generated unique identifier of the profile.

Body Parameters

opstring

Operation to be performed on the target object. Valid values are: add/remove/replace/test.

pathstring

JSON pointer that references a location within the target document where the operation is performed.

fromstring

JSON pointer to the location to copy or move.

valueobject

Value to be added or replaced.

Response

200
Object

Response Attributes

Consentsarray

A collection of consents associated with the User Profile.

Show child attributes

CustomFieldsarray

A collection of Custom Fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

Addressesarray

Collection of addresses associated with the profile.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the User Profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

ProfileIdinteger (int32)

Read-Only Id associated with the Profile.

IsActiveboolean

Defines whether the item is Active or Inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person by the type of customer. For example: Retail, Commercial, or Marketing.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as True. If set to False, the contact element consents will be deactivated. This setting defaults to True, if not specified.

PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as True. If set to False, the preferences will be deactivated. This setting defaults to True, if not specified.

CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Read-Only field. 'Complete' if the record has been processed otherwise 'Pending Update'.

ReasonCodestring

An optional parameter that can be passed when deactivating a profile.

AlternateIdsarray

Collection of AlternateIds associated with the profile.

Show child attributes

202
Object
Once the request is received, it is queued for processing and a 202 response is returned with the UpdateStatus of "Pending Update". When processing is completed, a new profile is created. Any subsequent GET operations to retrieve the profile will return with an UpdateStatus of "Complete".
400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

PATCH

/{clientId}/Profile/{profileId}

Select
1 2 3 4 5 6 7 8 9 10 11 curl --location --globoff --request PATCH 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/{profileId}' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data '[ { "op": "string", "path": "string", "from": "string", "value": {} } ]'

Response

{
  "Consents": [
    {
      "ConsentType": "sample string 1",
      "ConsentVersion": "sample string 2",
      "Locale": "en_US",
      "ConsentStatus": 2,
      "ReasonCode": "sample string 3",
      "ConsentDate": "sample string 4",
      "ExpirationDate": "sample string 5",
      "Expired": true,
      "SourceId": "sample string 6",
      "Attributes": [
        {
          "Key": "string",
          "Value": "string"
        }
      ],
      "Edited": {
        "CreateDate": "sample string 1",
        "CreatedBy": "sample string 2",
        "ModifiedDate": "sample string 3",
        "ModifiedBy": "sample string 4"
      },
      "UpdatedVersionPending": true,
      "IsActive": true
    }
  ],
  "CustomFields": [
    {
      "Name": "sample string 1",
      "Value": "sample string 2",
      "IsActive": true,
      "Edited": {
        "CreateDate": "sample string 1",
        "CreatedBy": "sample string 2",
        "ModifiedDate": "sample string 3",
        "ModifiedBy": "sample string 4"
      }
    }
  ],
  "Groups": [
    {
      "GroupType": "sample string 1",
      "IsPrimary": true,
      "GroupName": "sample string 2",
      "IsActive": true,
      "Edited": {
        "CreateDate": "sample string 1",
        "CreatedBy": "sample string 2",
        "ModifiedDate": "sample string 3",
        "ModifiedBy": "sample string 4"
      }
    }
  ],
  "ProfileTags": [
    {
      "Name": "1"
    }
  ],
  "Addresses": [
    {
      "AddressType": "sample string 1",
      "IsActive": true,
      "IsDefault": true,
      "Consents": [
        {
          "ConsentType": "sample string 1",
          "ConsentVersion": "sample string 2",
          "Locale": "en_US",
          "ConsentStatus": 2,
          "ReasonCode": "sample string 3",
          "ConsentDate": "sample string 4",
          "ExpirationDate": "sample string 5",
          "Expired": true,
          "SourceId": "sample string 6",
          "Attributes": [
            {
              "Key": "string",
              "Value": "string"
            }
          ],
          "Edited": {
            "CreateDate": "sample string 1",
            "CreatedBy": "sample string 2",
            "ModifiedDate": "sample string 3",
            "ModifiedBy": "sample string 4"
          },
          "UpdatedVersionPending": true,
          "IsActive": true
        }
      ],
      "CassAddress1": "sample string 1",
      "CassAddress2": "sample string 2",
      "CassCity": "sample string 3",
      "CassStateProvince": "sample string 4",
      "CassPostalCode": "sample string 5",
      "CassStatus": "sample string 6",
      "Country": "sample string 7",
      "Edited": {
        "CreateDate": "sample string 1",
        "CreatedBy": "sample string 2",
        "ModifiedDate": "sample string 3",
        "ModifiedBy": "sample string 4"
      },
      "Address1": "sample string 18",
      "Address2": "sample string 19",
      "City": "sample string 20",
      "StateProvince": "sample string 21",
      "CountryCode_Numeric": "222",
      "CountryCode_Alpha2": "US",
      "CountryCode_Alpha3": "121",
      "PostalCode": "sample string 22",
      "MissingRequiredConsents": false
    }
  ],
  "Emails": [
    {
      "EmailPreferences": [
        {
          "ProgramId": "sample string 1",
          "ChannelId": "sample string 2",
          "ConsentAssociations": [
            {
              "ConsentType": "sample string 1",
              "ConsentVersion": "sample string 2",
              "IsActive": true,
              "Locale": "en_US",
              "ReasonCode": "sample string 3",
              "UpdatedVersionPending": false
            }
          ],
          "MatchType": "sample string 3",
          "ReasonCode": "sample string 4",
          "ExpirationDate": "sample string 5",
          "PreferenceStatus": "sample string 6",
          "LastModifiedDate": "sample string 7",
          "UserId": "sample string 8",
          "SourceId": "sample string 9",
          "FilterId": "sample string 10",
          "PreferenceType": 2,
          "FrequencyId": "sample string 11",
          "Attributes": [
            {
              "Key": "sample string 1",
              "Value": "sample string 2"
            }
          ],
          "CustomerDate": "sample string 12"
        }
      ],
      "EmailAddressType": "sample string 1",
      "EmailAddress": "sample string 2",
      "IsDefault": true,
      "Consents": [
        {
          "ConsentType": "sample string 1",
          "ConsentVersion": "sample string 2",
          "Locale": "en_US",
          "ConsentStatus": 2,
          "ReasonCode": "sample string 3",
          "ConsentDate": "sample string 4",
          "ExpirationDate": "sample string 5",
          "Expired": true,
          "SourceId": "sample string 6",
          "Attributes": [
            {
              "Key": "string",
              "Value": "string"
            }
          ],
          "Edited": {
            "CreateDate": "sample string 1",
            "CreatedBy": "sample string 2",
            "ModifiedDate": "sample string 3",
            "ModifiedBy": "sample string 4"
          },
          "UpdatedVersionPending": true,
          "IsActive": true
        }
      ],
      "IsActive": true,
      "Edited": {
        "CreateDate": "sample string 1",
        "CreatedBy": "sample string 2",
        "ModifiedDate": "sample string 3",
        "ModifiedBy": "sample string 4"
      },
      "MissingRequiredConsents": false
    }
  ],
  "PhoneNumbers": [
    {
      "PhonePreferences": [
        {
          "ProgramId": "sample string 1",
          "ChannelId": "sample string 2",
          "ConsentAssociations": [
            {
              "ConsentType": "sample string 1",
              "ConsentVersion": "sample string 2",
              "IsActive": true,
              "Locale": "en_US",
              "ReasonCode": "sample string 3",
              "UpdatedVersionPending": false
            }
          ],
          "MatchType": "sample string 3",
          "ReasonCode": "sample string 4",
          "ExpirationDate": "sample string 5",
          "PreferenceStatus": "sample string 6",
          "LastModifiedDate": "sample string 7",
          "UserId": "sample string 8",
          "SourceId": "sample string 9",
          "FilterId": "sample string 10",
          "PreferenceType": 2,
          "FrequencyId": "sample string 11",
          "Attributes": [
            {
              "Key": "sample string 1",
              "Value": "sample string 2"
            }
          ],
          "CustomerDate": "sample string 12",
          "MissingRequiredConsents": false
        }
      ],
      "PhoneType": "sample string 1",
      "PhoneNumber": "sample string 2",
      "PhoneNumberNumeric": 1,
      "IsDefault": true,
      "Consents": [
        {
          "ConsentType": "sample string 1",
          "ConsentVersion": "sample string 2",
          "Locale": "en_US",
          "ConsentStatus": 2,
          "ReasonCode": "sample string 3",
          "ConsentDate": "sample string 4",
          "ExpirationDate": "sample string 5",
          "Expired": true,
          "SourceId": "sample string 6",
          "Attributes": [
            {
              "Key": "string",
              "Value": "string"
            }
          ],
          "Edited": {
            "CreateDate": "sample string 1",
            "CreatedBy": "sample string 2",
            "ModifiedDate": "sample string 3",
            "ModifiedBy": "sample string 4"
          },
          "UpdatedVersionPending": true,
          "IsActive": true
        }
      ],
      "IsMobile": false,
      "IsActive": true,
      "Edited": {
        "CreateDate": "sample string 1",
        "CreatedBy": "sample string 2",
        "ModifiedDate": "sample string 3",
        "ModifiedBy": "sample string 4"
      },
      "MissingRequiredConsents": false
    }
  ],
  "ProfilePreferences": [
    {
      "ProgramId": "sample string 1",
      "ChannelId": "sample string 2",
      "ConsentAssociations": [
        {
          "ConsentType": "sample string 1",
          "ConsentVersion": "sample string 2",
          "IsActive": true,
          "Locale": "en_US",
          "ReasonCode": "sample string 3",
          "UpdatedVersionPending": false
        }
      ],
      "MatchType": "sample string 3",
      "ReasonCode": "sample string 4",
      "ExpirationDate": "sample string 5",
      "PreferenceStatus": "sample string 6",
      "LastModifiedDate": "sample string 7",
      "UserId": "sample string 8",
      "SourceId": "sample string 9",
      "FilterId": "sample string 10",
      "PreferenceType": 2,
      "FrequencyId": "sample string 11",
      "Attributes": [
        {
          "Key": "sample string 1",
          "Value": "sample string 2"
        }
      ],
      "CustomerDate": "sample string 12",
      "MissingRequiredConsents": false
    }
  ],
  "ProfileId": 1,
  "IsActive": true,
  "Edited": {
    "CreateDate": "sample string 1",
    "CreatedBy": "sample string 2",
    "ModifiedDate": "sample string 3",
    "ModifiedBy": "sample string 4"
  },
  "RegistrationConfirmed": true,
  "CustomerType": "sample string 1",
  "PreserveConsents": true,
  "PreservePreferences": true,
  "CustomerName": {
    "FirstName": "sample string 1",
    "MiddleName": "sample string 2",
    "LastName": "sample string 3",
    "Prefix": "",
    "Suffix": "sample string 4"
  },
  "DefaultLocale": "sample string 2",
  "UpdateStatus": "sample string 3",
  "ReasonCode": "sample string 4",
  "AlternateIds": [
    {
      "AlternateIdType": "sample string 1",
      "AlternateId": "sample string 2",
      "IsActive": true,
      "Edited": {
        "CreateDate": "",
        "CreatedBy": "",
        "ModifiedDate": "",
        "ModifiedBy": ""
      },
      "AlternateIdTypeLink": 1
    }
  ]
}
Was this section helpful?

What made this section unhelpful for you?

Update profile by alternate id (POST)

This method is used for inserting and updating a profile using the provided alternate ID and alternateIdType in the request. If the combination of AlternateId and AlternateId Type is found on an existing profile, the profile will be updated with the information provided in the request. In case there is no existing profile with the specified alternateId and alternateIdType, the method will perform an insert operation to create a new profile.

Header Parameters

Authorizationstring Required

Authorization token

Content-Typestring

Query Parameters

alternateIdstring Required

This is the value that uniquely identifies the profile that is being retrieved.

alternateIdTypestring Required

Value that identifies the type of alternate id that is being accessed.

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

Body Parameters

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

Response

202
Object
Once the request is received, it is queued for processing and a 202 response is returned with the UpdateStatus of "Pending Update". When processing is completed, the profile is updated. Any subsequent GET operations to retrieve the profile will return with an UpdateStatus of "Complete".

Response Attributes

AlternateIdstring
AlternateIdTypestring
ProfileIdnumber
UpdateStatusstring
SubmittedUtcTimestring
400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found.
409
Object
The request could not be completed due to a conflict with the current state of the target resource. In most cases, an instance with the same already exists on the target resource. You must update the request before trying again.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

POST

/{clientId}/Profile/AlternateId?alternateId=&alternateIdType=

Select
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 curl --location --globoff 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/AlternateId?alternateId=&alternateIdType=' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "ProfileId": 27178, "IsActive": true, "Edited": { "CreateDate": "2024-02-09T22:09:08.430Z", "CreatedBy": "John.Doe", "ModifiedDate": "2024-02-22T22:09:08.430Z", "ModifiedBy": "Web App" }, "RegistrationConfirmed": true, "CustomerType": "Lead", "PreserveConsents": true, "PreservePreferences": true, "CustomerName": { "FirstName": "John", "MiddleName": "F", "LastName": "Doe", "Prefix": "Mr", "Suffix": "Jr" }, "DefaultLocale": "en_US", "UpdateStatus": "Complete", "ReasonCode": "", "AlternateIds": [ { "AlternateIdType": "Salesforce ContactId", "AlternateId": "0031njkASSIs2kk909", "IsActive": false, "Edited": { "CreateDate": "2024-02-09T22:09:08.430Z", "CreatedBy": "John.Doe", "ModifiedDate": "2024-02-22T22:09:08.430Z", "ModifiedBy": "Web App" } } ], "Addresses": [ { "Address1": "4400 River Green Parkway", "Address2": "Suite 100", "City": "Duluth", "StateProvince": "GA", "CountryCode_Numeric": "840", "CountryCode_Alpha2": "US", "CountryCode_Alpha3": "USA", "PostalCode": "30096-2549", "AddressType": "Work", "IsActive": true, "IsDefault": false, "CassAddress1": "4400 RIVER GREEN PKWY", "CassAddress2": "", "CassCity": "DULUTH", "CassStateProvince": "GA", "CassPostalCode": "30096-2531", "CassStatus": "Y", "Country": "United States of America", "Edited": { "CreateDate": "2024-02-09T22:09:08.430Z", "CreatedBy": "John.Doe", "ModifiedDate": "2024-02-22T22:09:08.430Z", "ModifiedBy": "Web App" }, "MissingRequiredConsents": false, "Consents": [ { "ConsentType": "Direct Mail Consent", "ConsentVersion": "v1.0", "Locale": "en_US", "ConsentStatus": 1, "ReasonCode": "", "ConsentDate": "2024-10-25T13:50:40.000Z", "ExpirationDate": "", "Expired": false, "SourceId": "Lead Gen Form - 221", "UpdatedVersionPending": false, "IsActive": false, "Edited": { "CreateDate": "2024-02-09T22:09:08.430Z", "CreatedBy": "John.Doe", "ModifiedDate": "2024-02-22T22:09:08.430Z", "ModifiedBy": "Web App" }, "Attributes": [ { "Key": "campaign_ID", "Value": "CMC 123" } ] } ], "AddressPreferences": [ { "ProgramId": "in_banking_alert", "ChannelId": "Mail", "MatchType": "Expressed", "ReasonCode": "", "ExpirationDate": "", "PreferenceStatus": "Active", "LastModifiedDate": "2024-09-14T20:18:56.943Z", "UserId": "Trust Center", "SourceId": "Default", "FilterId": "fin_banking_mail", "PreferenceType": "2", "FrequencyId": "MONTHLY", "Attributes": [ { "Key": "campaign_ID", "Value": "CMC 123" } ], "CustomerDate": "2022-05-03T20:21:48.000Z", "DropReasonNbr": null, "MissingRequiredConsents": false, "IsActive": false, "ConsentAssociations": [ { "ConsentType": "Opt-in Consent", "ConsentVersion": "v1", "IsActive": true, "Locale": "en_US", "ReasonCode": "", "UpdatedVersionPending": false } ] } ] } ], "Emails": [ { "EmailAddressType": "Primary", "EmailAddress": "john.doe@example.com", "IsDefault": false, "Consents": [ { "ConsentType": "Global Email Marketing Consent", "ConsentVersion": "v1", "Locale": "en_US", "ConsentStatus": 1, "ReasonCode": "", "ConsentDate": "2022-10-25T13:50:40.000Z", "ExpirationDate": "2022-10-25T13:50:40.000Z", "Expired": true, "SourceId": "Default", "UpdatedVersionPending": false, "IsActive": false, "Edited": { "CreateDate": "2022-10-25T13:50:43.220Z", "CreatedBy": "Web App", "ModifiedDate": "2023-11-21T18:25:42.467Z", "ModifiedBy": "Privacy Portal" }, "Attributes": [ { "Key": "Applicable Jurisdiction", "Value": "USA" } ] } ], "EmailPreferences": [ { "ProgramId": "fin_banking_alert", "ChannelId": "Email", "MatchType": "Expressed", "ReasonCode": "", "ExpirationDate": "", "PreferenceStatus": "Active", "LastModifiedDate": "2023-01-09T14:26:45.280Z", "UserId": "Trust Center", "SourceId": "Default", "FilterId": "fin_banking_email", "PreferenceType": "1", "FrequencyId": "Immediate", "Attributes": [ { "Key": "campaign_ID", "Value": "Nurture-11" } ], "CustomerDate": "2023-01-09T14:26:41.000Z", "DropReasonNbr": null, "MissingRequiredConsents": false, "IsActive": true, "ConsentAssociations": [ { "ConsentType": "Data Processing Consent", "ConsentVersion": "v5", "IsActive": false, "Locale": "en_US", "ReasonCode": "", "UpdatedVersionPending": false } ] } ], "MissingRequiredConsents": false, "IsActive": false, "Edited": { "CreateDate": "2022-10-25T13:50:43.220Z", "CreatedBy": "Web App", "ModifiedDate": "2023-11-21T18:25:42.467Z", "ModifiedBy": "Privacy Portal" } } ], "PhoneNumbers": [ { "PhoneType": "Home", "PhoneNumber": "7702551021", "PhoneNumberNumeric": 7702551021, "IsDefault": false, "Consents": [ { "ConsentType": "TCPA Landline Consent", "ConsentVersion": "v1", "Locale": "en_US", "ConsentStatus": 1, "ReasonCode": "", "ConsentDate": "2023-11-02T21:23:31.000Z", "ExpirationDate": "", "Expired": false, "SourceId": "Service App", "UpdatedVersionPending": false, "IsActive": true, "Edited": { "CreateDate": "2023-11-02T21:23:37.023Z", "CreatedBy": "My Accounts Page", "ModifiedDate": "2023-11-21T18:25:42.467Z", "ModifiedBy": "Agent ID - 1334" }, "Attributes": [ { "Key": "Applicable Jurisdiction", "Value": "USA" } ] } ], "IsMobile": false, "IsActive": true, "Edited": { "CreateDate": "2022-05-03T20:21:21.347Z", "CreatedBy": "My Accounts Page", "ModifiedDate": "2024-02-10T13:48:18.943Z", "ModifiedBy": "My Accounts Page" }, "PhonePreferences": [ { "ProgramId": "fin_banking_alert", "ChannelId": "Phone", "MatchType": "Expressed", "ReasonCode": "", "ExpirationDate": "", "PreferenceStatus": "Active", "LastModifiedDate": "2024-02-10T13:48:18.943Z", "UserId": "App_Preferences_Widget_SC22", "SourceId": "In-app Widgets", "FilterId": "fin_banking_phone", "PreferenceType": "1", "FrequencyId": "Immediate", "Attributes": [ { "Key": "campaign_ID", "Value": "CMC 123" } ], "CustomerDate": "2024-02-10T13:48:13.000Z", "DropReasonNbr": null, "MissingRequiredConsents": false, "IsActive": true, "ConsentAssociations": [ { "ConsentType": "Data Processing Consent", "ConsentVersion": "v5", "IsActive": true, "Locale": "en_US", "ReasonCode": "", "UpdatedVersionPending": false } ] } ], "MissingRequiredConsents": false } ], "ProfilePreferences": [ { "ProgramId": "ins_payment_confirmation", "ChannelId": "Solicit", "MatchType": "Expressed", "ReasonCode": "", "ExpirationDate": "", "PreferenceStatus": "Active", "LastModifiedDate": "2021-11-17T18:44:21.707Z", "UserId": "My Accounts Page", "SourceId": "Default", "FilterId": "ins_payment_app_notify", "PreferenceType": "1", "FrequencyId": "Immediate", "Attributes": [ { "Key": "App Id", "Value": "JADKYK13343KD" } ], "CustomerDate": "2023-11-17T18:44:12.000Z", "DropReasonNbr": null, "MissingRequiredConsents": false, "IsActive": true, "ConsentAssociations": [ { "ConsentType": "Data Processing Consent", "ConsentVersion": "v5", "IsActive": true, "Locale": "en_US", "ReasonCode": "", "UpdatedVersionPending": false } ] } ], "Consents": [ { "ConsentType": "CCPA Privacy Rights", "ConsentVersion": "v4", "Locale": "en_US", "ConsentStatus": 1, "ReasonCode": "", "ConsentDate": "2022-10-25T13:28:49.000Z", "ExpirationDate": "", "Expired": false, "SourceId": "Default", "UpdatedVersionPending": false, "IsActive": false, "Edited": { "CreateDate": "2021-11-16T20:42:08.633Z", "CreatedBy": "Web App", "ModifiedDate": "2022-10-25T13:28:51.343Z", "ModifiedBy": "Web App" }, "Attributes": [ { "Key": "Applicable Jurisdiction", "Value": "CA-USA" } ] } ], "CustomFields": [ { "Name": "Interests", "Value": "Shopping::Camping and Outdoors::Online Gaming", "IsActive": true, "Edited": { "CreateDate": "2022-05-03T20:21:21.347Z", "CreatedBy": "Web App", "ModifiedDate": "2023-11-01T23:50:50.700Z", "ModifiedBy": "Web App" } } ], "Groups": [ { "GroupType": "Household", "GroupName": "Family", "IsPrimary": true, "IsActive": true, "Edited": { "CreateDate": "2023-11-02T15:29:15.973Z", "CreatedBy": "My Accounts Page", "ModifiedDate": "2023-11-01T23:50:50.700Z", "ModifiedBy": "Web App" } } ], "ProfileTags": [ { "Name": "Frequent Customer" } ] }'

Response

{
  "AlternateId": "49594318543",
  "AlternateIdType": "Facebook",
  "ProfileId": 2716778,
  "UpdateStatus": "Pending Update",
  "SubmittedUtcTime": "2024-08-16T19:26:10.126Z"
}
Was this section helpful?

What made this section unhelpful for you?

Update profile by alternate id (PUT)

By using this method, you can completely replace a profile by matching on the alternateId and alternateIdType parameters. The original information stored in the profile will be overwritten with the data provided in the request.

It's important to note that properties and collections not included in your request will be treated as blank, and will be excluded from the updated profile.

Header Parameters

Authorizationstring Required

Authorization token

Query Parameters

alternateIdstring Required

Alternate Id value that uniquely identifies the profile that is being retrieved.

alternateIdTypestring Required

Name of the Alternate Id type associated with the specified Alternate Id.

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

Body Parameters

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

Response

200
Object

Response Attributes

ProfileIdnumber

System-generated unique identifier associated with the profile. Read-only.

IsActiveboolean

Defines whether the item is active or inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person based on specific criteria. For example, it can represent their buying stage (prospect, lead, customer), firmographics (industry, company size), or any other criteria.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as true. If set to false, the contact element consents will be deactivated. This setting defaults to true, if not specified.

Default value
true
PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as true. If set to false, the preferences will be deactivated. This setting defaults to true, if not specified.

Default value
true
CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Shows 'Complete' if the record is processed, otherwise 'Pending Update.' Read-only.

ReasonCodestring

An optional parameter used when deactivating a profile to specify the reason for deactivation.

AlternateIdsarray

A collection of additional unique identifiers that can be associated with a profile. For example, customer identifiers from other applications such as Salesforce, Marketo or Facebook can be stored as AlternateIds.

Show child attributes

Addressesarray

A collection of mailing addresses associated with the profile. The address collection can also include any preferences and consents associated with it.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the user profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

Consentsarray

A collection of consents associated with the profile.

Show child attributes

CustomFieldsarray

A collection of custom fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
409
Object
The request could not be completed due to a conflict with the current state of the target resource. In most cases, an instance with the same already exists on the target resource. You must update the request before trying again.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

PUT

/{clientId}/Profile/AlternateId?alternateId=&alternateIdType=

Select
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 curl --location --globoff --request PUT 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/AlternateId?alternateId=&alternateIdType=' \ --header 'Authorization;' \ --data-raw '{ "ProfileId": 27178, "IsActive": true, "Edited": { "CreateDate": "2024-02-09T22:09:08.430Z", "CreatedBy": "John.Doe", "ModifiedDate": "2024-02-22T22:09:08.430Z", "ModifiedBy": "Web App" }, "RegistrationConfirmed": true, "CustomerType": "Lead", "PreserveConsents": true, "PreservePreferences": true, "CustomerName": { "FirstName": "John", "MiddleName": "F", "LastName": "Doe", "Prefix": "Mr", "Suffix": "Jr" }, "DefaultLocale": "en_US", "UpdateStatus": "Complete", "ReasonCode": "", "AlternateIds": [ { "AlternateIdType": "Salesforce ContactId", "AlternateId": "0031njkASSIs2kk909", "IsActive": false, "Edited": { "CreateDate": "2024-02-09T22:09:08.430Z", "CreatedBy": "John.Doe", "ModifiedDate": "2024-02-22T22:09:08.430Z", "ModifiedBy": "Web App" } } ], "Addresses": [ { "Address1": "4400 River Green Parkway", "Address2": "Suite 100", "City": "Duluth", "StateProvince": "GA", "CountryCode_Numeric": "840", "CountryCode_Alpha2": "US", "CountryCode_Alpha3": "USA", "PostalCode": "30096-2549", "AddressType": "Work", "IsActive": true, "IsDefault": false, "CassAddress1": "4400 RIVER GREEN PKWY", "CassAddress2": "", "CassCity": "DULUTH", "CassStateProvince": "GA", "CassPostalCode": "30096-2531", "CassStatus": "Y", "Country": "United States of America", "Edited": { "CreateDate": "2024-02-09T22:09:08.430Z", "CreatedBy": "John.Doe", "ModifiedDate": "2024-02-22T22:09:08.430Z", "ModifiedBy": "Web App" }, "MissingRequiredConsents": false, "Consents": [ { "ConsentType": "Direct Mail Consent", "ConsentVersion": "v1.0", "Locale": "en_US", "ConsentStatus": 1, "ReasonCode": "", "ConsentDate": "2024-10-25T13:50:40.000Z", "ExpirationDate": "", "Expired": false, "SourceId": "Lead Gen Form - 221", "UpdatedVersionPending": false, "IsActive": false, "Edited": { "CreateDate": "2024-02-09T22:09:08.430Z", "CreatedBy": "John.Doe", "ModifiedDate": "2024-02-22T22:09:08.430Z", "ModifiedBy": "Web App" }, "Attributes": [ { "Key": "campaign_ID", "Value": "CMC 123" } ] } ], "AddressPreferences": [ { "ProgramId": "in_banking_alert", "ChannelId": "Mail", "MatchType": "Expressed", "ReasonCode": "", "ExpirationDate": "", "PreferenceStatus": "Active", "LastModifiedDate": "2024-09-14T20:18:56.943Z", "UserId": "Trust Center", "SourceId": "Default", "FilterId": "fin_banking_mail", "PreferenceType": "2", "FrequencyId": "MONTHLY", "Attributes": [ { "Key": "campaign_ID", "Value": "CMC 123" } ], "CustomerDate": "2022-05-03T20:21:48.000Z", "DropReasonNbr": null, "MissingRequiredConsents": false, "IsActive": false, "ConsentAssociations": [ { "ConsentType": "Opt-in Consent", "ConsentVersion": "v1", "IsActive": true, "Locale": "en_US", "ReasonCode": "", "UpdatedVersionPending": false } ] } ] } ], "Emails": [ { "EmailAddressType": "Primary", "EmailAddress": "john.doe@example.com", "IsDefault": false, "Consents": [ { "ConsentType": "Global Email Marketing Consent", "ConsentVersion": "v1", "Locale": "en_US", "ConsentStatus": 1, "ReasonCode": "", "ConsentDate": "2022-10-25T13:50:40.000Z", "ExpirationDate": "2022-10-25T13:50:40.000Z", "Expired": true, "SourceId": "Default", "UpdatedVersionPending": false, "IsActive": false, "Edited": { "CreateDate": "2022-10-25T13:50:43.220Z", "CreatedBy": "Web App", "ModifiedDate": "2023-11-21T18:25:42.467Z", "ModifiedBy": "Privacy Portal" }, "Attributes": [ { "Key": "Applicable Jurisdiction", "Value": "USA" } ] } ], "EmailPreferences": [ { "ProgramId": "fin_banking_alert", "ChannelId": "Email", "MatchType": "Expressed", "ReasonCode": "", "ExpirationDate": "", "PreferenceStatus": "Active", "LastModifiedDate": "2023-01-09T14:26:45.280Z", "UserId": "Trust Center", "SourceId": "Default", "FilterId": "fin_banking_email", "PreferenceType": "1", "FrequencyId": "Immediate", "Attributes": [ { "Key": "campaign_ID", "Value": "Nurture-11" } ], "CustomerDate": "2023-01-09T14:26:41.000Z", "DropReasonNbr": null, "MissingRequiredConsents": false, "IsActive": true, "ConsentAssociations": [ { "ConsentType": "Data Processing Consent", "ConsentVersion": "v5", "IsActive": false, "Locale": "en_US", "ReasonCode": "", "UpdatedVersionPending": false } ] } ], "MissingRequiredConsents": false, "IsActive": false, "Edited": { "CreateDate": "2022-10-25T13:50:43.220Z", "CreatedBy": "Web App", "ModifiedDate": "2023-11-21T18:25:42.467Z", "ModifiedBy": "Privacy Portal" } } ], "PhoneNumbers": [ { "PhoneType": "Home", "PhoneNumber": "7702551021", "PhoneNumberNumeric": 7702551021, "IsDefault": false, "Consents": [ { "ConsentType": "TCPA Landline Consent", "ConsentVersion": "v1", "Locale": "en_US", "ConsentStatus": 1, "ReasonCode": "", "ConsentDate": "2023-11-02T21:23:31.000Z", "ExpirationDate": "", "Expired": false, "SourceId": "Service App", "UpdatedVersionPending": false, "IsActive": true, "Edited": { "CreateDate": "2023-11-02T21:23:37.023Z", "CreatedBy": "My Accounts Page", "ModifiedDate": "2023-11-21T18:25:42.467Z", "ModifiedBy": "Agent ID - 1334" }, "Attributes": [ { "Key": "Applicable Jurisdiction", "Value": "USA" } ] } ], "IsMobile": false, "IsActive": true, "Edited": { "CreateDate": "2022-05-03T20:21:21.347Z", "CreatedBy": "My Accounts Page", "ModifiedDate": "2024-02-10T13:48:18.943Z", "ModifiedBy": "My Accounts Page" }, "PhonePreferences": [ { "ProgramId": "fin_banking_alert", "ChannelId": "Phone", "MatchType": "Expressed", "ReasonCode": "", "ExpirationDate": "", "PreferenceStatus": "Active", "LastModifiedDate": "2024-02-10T13:48:18.943Z", "UserId": "App_Preferences_Widget_SC22", "SourceId": "In-app Widgets", "FilterId": "fin_banking_phone", "PreferenceType": "1", "FrequencyId": "Immediate", "Attributes": [ { "Key": "campaign_ID", "Value": "CMC 123" } ], "CustomerDate": "2024-02-10T13:48:13.000Z", "DropReasonNbr": null, "MissingRequiredConsents": false, "IsActive": true, "ConsentAssociations": [ { "ConsentType": "Data Processing Consent", "ConsentVersion": "v5", "IsActive": true, "Locale": "en_US", "ReasonCode": "", "UpdatedVersionPending": false } ] } ], "MissingRequiredConsents": false } ], "ProfilePreferences": [ { "ProgramId": "ins_payment_confirmation", "ChannelId": "Solicit", "MatchType": "Expressed", "ReasonCode": "", "ExpirationDate": "", "PreferenceStatus": "Active", "LastModifiedDate": "2021-11-17T18:44:21.707Z", "UserId": "My Accounts Page", "SourceId": "Default", "FilterId": "ins_payment_app_notify", "PreferenceType": "1", "FrequencyId": "Immediate", "Attributes": [ { "Key": "App Id", "Value": "JADKYK13343KD" } ], "CustomerDate": "2023-11-17T18:44:12.000Z", "DropReasonNbr": null, "MissingRequiredConsents": false, "IsActive": true, "ConsentAssociations": [ { "ConsentType": "Data Processing Consent", "ConsentVersion": "v5", "IsActive": true, "Locale": "en_US", "ReasonCode": "", "UpdatedVersionPending": false } ] } ], "Consents": [ { "ConsentType": "CCPA Privacy Rights", "ConsentVersion": "v4", "Locale": "en_US", "ConsentStatus": 1, "ReasonCode": "", "ConsentDate": "2022-10-25T13:28:49.000Z", "ExpirationDate": "", "Expired": false, "SourceId": "Default", "UpdatedVersionPending": false, "IsActive": false, "Edited": { "CreateDate": "2021-11-16T20:42:08.633Z", "CreatedBy": "Web App", "ModifiedDate": "2022-10-25T13:28:51.343Z", "ModifiedBy": "Web App" }, "Attributes": [ { "Key": "Applicable Jurisdiction", "Value": "CA-USA" } ] } ], "CustomFields": [ { "Name": "Interests", "Value": "Shopping::Camping and Outdoors::Online Gaming", "IsActive": true, "Edited": { "CreateDate": "2022-05-03T20:21:21.347Z", "CreatedBy": "Web App", "ModifiedDate": "2023-11-01T23:50:50.700Z", "ModifiedBy": "Web App" } } ], "Groups": [ { "GroupType": "Household", "GroupName": "Family", "IsPrimary": true, "IsActive": true, "Edited": { "CreateDate": "2023-11-02T15:29:15.973Z", "CreatedBy": "My Accounts Page", "ModifiedDate": "2023-11-01T23:50:50.700Z", "ModifiedBy": "Web App" } } ], "ProfileTags": [ { "Name": "Frequent Customer" } ] }'

Response

{
  "ProfileId": 27178,
  "IsActive": true,
  "Edited": {
    "CreateDate": "2024-02-09T22:09:08.430Z",
    "CreatedBy": "John.Doe",
    "ModifiedDate": "2024-02-22T22:09:08.430Z",
    "ModifiedBy": "Web App"
  },
  "RegistrationConfirmed": true,
  "CustomerType": "Lead",
  "PreserveConsents": true,
  "PreservePreferences": true,
  "CustomerName": {
    "FirstName": "John",
    "MiddleName": "F",
    "LastName": "Doe",
    "Prefix": "Mr",
    "Suffix": "Jr"
  },
  "DefaultLocale": "en_US",
  "UpdateStatus": "Complete",
  "ReasonCode": "",
  "AlternateIds": [
    {
      "AlternateIdType": "Salesforce ContactId",
      "AlternateId": "0031njkASSIs2kk909",
      "IsActive": false,
      "Edited": {
        "CreateDate": "2024-02-09T22:09:08.430Z",
        "CreatedBy": "John.Doe",
        "ModifiedDate": "2024-02-22T22:09:08.430Z",
        "ModifiedBy": "Web App"
      }
    }
  ],
  "Addresses": [
    {
      "Address1": "4400 River Green Parkway",
      "Address2": "Suite 100",
      "City": "Duluth",
      "StateProvince": "GA",
      "CountryCode_Numeric": "840",
      "CountryCode_Alpha2": "US",
      "CountryCode_Alpha3": "USA",
      "PostalCode": "30096-2549",
      "AddressType": "Work",
      "IsActive": true,
      "IsDefault": false,
      "CassAddress1": "4400 RIVER GREEN PKWY",
      "CassAddress2": "",
      "CassCity": "DULUTH",
      "CassStateProvince": "GA",
      "CassPostalCode": "30096-2531",
      "CassStatus": "Y",
      "Country": "United States of America",
      "Edited": {
        "CreateDate": "2024-02-09T22:09:08.430Z",
        "CreatedBy": "John.Doe",
        "ModifiedDate": "2024-02-22T22:09:08.430Z",
        "ModifiedBy": "Web App"
      },
      "MissingRequiredConsents": false,
      "Consents": [
        {
          "ConsentType": "Direct Mail Consent",
          "ConsentVersion": "v1.0",
          "Locale": "en_US",
          "ConsentStatus": 1,
          "ReasonCode": "",
          "ConsentDate": "2024-10-25T13:50:40.000Z",
          "ExpirationDate": "",
          "Expired": false,
          "SourceId": "Lead Gen Form - 221",
          "UpdatedVersionPending": false,
          "IsActive": false,
          "Edited": {
            "CreateDate": "2024-02-09T22:09:08.430Z",
            "CreatedBy": "John.Doe",
            "ModifiedDate": "2024-02-22T22:09:08.430Z",
            "ModifiedBy": "Web App"
          },
          "Attributes": [
            {
              "Key": "campaign_ID",
              "Value": "CMC 123"
            }
          ]
        }
      ],
      "AddressPreferences": [
        {
          "ProgramId": "in_banking_alert",
          "ChannelId": "Mail",
          "MatchType": "Expressed",
          "ReasonCode": "",
          "ExpirationDate": "",
          "PreferenceStatus": "Active",
          "LastModifiedDate": "2024-09-14T20:18:56.943Z",
          "UserId": "Trust Center",
          "SourceId": "Default",
          "FilterId": "fin_banking_mail",
          "PreferenceType": "2",
          "FrequencyId": "MONTHLY",
          "Attributes": [
            {
              "Key": "campaign_ID",
              "Value": "CMC 123"
            }
          ],
          "CustomerDate": "2022-05-03T20:21:48.000Z",
          "DropReasonNbr": null,
          "MissingRequiredConsents": false,
          "IsActive": false,
          "ConsentAssociations": [
            {
              "ConsentType": "Opt-in Consent",
              "ConsentVersion": "v1",
              "IsActive": true,
              "Locale": "en_US",
              "ReasonCode": "",
              "UpdatedVersionPending": false
            }
          ]
        }
      ]
    }
  ],
  "Emails": [
    {
      "EmailAddressType": "Primary",
      "EmailAddress": "john.doe@example.com",
      "IsDefault": false,
      "Consents": [
        {
          "ConsentType": "Global Email Marketing Consent",
          "ConsentVersion": "v1",
          "Locale": "en_US",
          "ConsentStatus": 1,
          "ReasonCode": "",
          "ConsentDate": "2022-10-25T13:50:40.000Z",
          "ExpirationDate": "2022-10-25T13:50:40.000Z",
          "Expired": true,
          "SourceId": "Default",
          "UpdatedVersionPending": false,
          "IsActive": false,
          "Edited": {
            "CreateDate": "2022-10-25T13:50:43.220Z",
            "CreatedBy": "Web App",
            "ModifiedDate": "2023-11-21T18:25:42.467Z",
            "ModifiedBy": "Privacy Portal"
          },
          "Attributes": [
            {
              "Key": "Applicable Jurisdiction",
              "Value": "USA"
            }
          ]
        }
      ],
      "EmailPreferences": [
        {
          "ProgramId": "fin_banking_alert",
          "ChannelId": "Email",
          "MatchType": "Expressed",
          "ReasonCode": "",
          "ExpirationDate": "",
          "PreferenceStatus": "Active",
          "LastModifiedDate": "2023-01-09T14:26:45.280Z",
          "UserId": "Trust Center",
          "SourceId": "Default",
          "FilterId": "fin_banking_email",
          "PreferenceType": "1",
          "FrequencyId": "Immediate",
          "Attributes": [
            {
              "Key": "campaign_ID",
              "Value": "Nurture-11"
            }
          ],
          "CustomerDate": "2023-01-09T14:26:41.000Z",
          "DropReasonNbr": null,
          "MissingRequiredConsents": false,
          "IsActive": true,
          "ConsentAssociations": [
            {
              "ConsentType": "Data Processing Consent",
              "ConsentVersion": "v5",
              "IsActive": false,
              "Locale": "en_US",
              "ReasonCode": "",
              "UpdatedVersionPending": false
            }
          ]
        }
      ],
      "MissingRequiredConsents": false,
      "IsActive": false,
      "Edited": {
        "CreateDate": "2022-10-25T13:50:43.220Z",
        "CreatedBy": "Web App",
        "ModifiedDate": "2023-11-21T18:25:42.467Z",
        "ModifiedBy": "Privacy Portal"
      }
    }
  ],
  "PhoneNumbers": [
    {
      "PhoneType": "Home",
      "PhoneNumber": "7702551021",
      "PhoneNumberNumeric": 7702551021,
      "IsDefault": false,
      "Consents": [
        {
          "ConsentType": "TCPA Landline Consent",
          "ConsentVersion": "v1",
          "Locale": "en_US",
          "ConsentStatus": 1,
          "ReasonCode": "",
          "ConsentDate": "2023-11-02T21:23:31.000Z",
          "ExpirationDate": "",
          "Expired": false,
          "SourceId": "Service App",
          "UpdatedVersionPending": false,
          "IsActive": true,
          "Edited": {
            "CreateDate": "2023-11-02T21:23:37.023Z",
            "CreatedBy": "My Accounts Page",
            "ModifiedDate": "2023-11-21T18:25:42.467Z",
            "ModifiedBy": "Agent ID - 1334"
          },
          "Attributes": [
            {
              "Key": "Applicable Jurisdiction",
              "Value": "USA"
            }
          ]
        }
      ],
      "IsMobile": false,
      "IsActive": true,
      "Edited": {
        "CreateDate": "2022-05-03T20:21:21.347Z",
        "CreatedBy": "My Accounts Page",
        "ModifiedDate": "2024-02-10T13:48:18.943Z",
        "ModifiedBy": "My Accounts Page"
      },
      "PhonePreferences": [
        {
          "ProgramId": "fin_banking_alert",
          "ChannelId": "Phone",
          "MatchType": "Expressed",
          "ReasonCode": "",
          "ExpirationDate": "",
          "PreferenceStatus": "Active",
          "LastModifiedDate": "2024-02-10T13:48:18.943Z",
          "UserId": "App_Preferences_Widget_SC22",
          "SourceId": "In-app Widgets",
          "FilterId": "fin_banking_phone",
          "PreferenceType": "1",
          "FrequencyId": "Immediate",
          "Attributes": [
            {
              "Key": "campaign_ID",
              "Value": "CMC 123"
            }
          ],
          "CustomerDate": "2024-02-10T13:48:13.000Z",
          "DropReasonNbr": null,
          "MissingRequiredConsents": false,
          "IsActive": true,
          "ConsentAssociations": [
            {
              "ConsentType": "Data Processing Consent",
              "ConsentVersion": "v5",
              "IsActive": true,
              "Locale": "en_US",
              "ReasonCode": "",
              "UpdatedVersionPending": false
            }
          ]
        }
      ],
      "MissingRequiredConsents": false
    }
  ],
  "ProfilePreferences": [
    {
      "ProgramId": "ins_payment_confirmation",
      "ChannelId": "Solicit",
      "MatchType": "Expressed",
      "ReasonCode": "",
      "ExpirationDate": "",
      "PreferenceStatus": "Active",
      "LastModifiedDate": "2021-11-17T18:44:21.707Z",
      "UserId": "My Accounts Page",
      "SourceId": "Default",
      "FilterId": "ins_payment_app_notify",
      "PreferenceType": "1",
      "FrequencyId": "Immediate",
      "Attributes": [
        {
          "Key": "App Id",
          "Value": "JADKYK13343KD"
        }
      ],
      "CustomerDate": "2023-11-17T18:44:12.000Z",
      "DropReasonNbr": null,
      "MissingRequiredConsents": false,
      "IsActive": true,
      "ConsentAssociations": [
        {
          "ConsentType": "Data Processing Consent",
          "ConsentVersion": "v5",
          "IsActive": true,
          "Locale": "en_US",
          "ReasonCode": "",
          "UpdatedVersionPending": false
        }
      ]
    }
  ],
  "Consents": [
    {
      "ConsentType": "CCPA Privacy Rights",
      "ConsentVersion": "v4",
      "Locale": "en_US",
      "ConsentStatus": 1,
      "ReasonCode": "",
      "ConsentDate": "2022-10-25T13:28:49.000Z",
      "ExpirationDate": "",
      "Expired": false,
      "SourceId": "Default",
      "UpdatedVersionPending": false,
      "IsActive": false,
      "Edited": {
        "CreateDate": "2021-11-16T20:42:08.633Z",
        "CreatedBy": "Web App",
        "ModifiedDate": "2022-10-25T13:28:51.343Z",
        "ModifiedBy": "Web App"
      },
      "Attributes": [
        {
          "Key": "Applicable Jurisdiction",
          "Value": "CA-USA"
        }
      ]
    }
  ],
  "CustomFields": [
    {
      "Name": "Interests",
      "Value": "Shopping::Camping and Outdoors::Online Gaming",
      "IsActive": true,
      "Edited": {
        "CreateDate": "2022-05-03T20:21:21.347Z",
        "CreatedBy": "Web App",
        "ModifiedDate": "2023-11-01T23:50:50.700Z",
        "ModifiedBy": "Web App"
      }
    }
  ],
  "Groups": [
    {
      "GroupType": "Household",
      "GroupName": "Family",
      "IsPrimary": true,
      "IsActive": true,
      "Edited": {
        "CreateDate": "2023-11-02T15:29:15.973Z",
        "CreatedBy": "My Accounts Page",
        "ModifiedDate": "2023-11-01T23:50:50.700Z",
        "ModifiedBy": "Web App"
      }
    }
  ],
  "ProfileTags": [
    {
      "Name": "Frequent Customer"
    }
  ]
}
Was this section helpful?

What made this section unhelpful for you?

Update profile by alternate id (PATCH))

This method allows for partial modifications to be applied to a specific profile using the combination of the alternateId and alternateIdType parameters. The profile will only be updated with the information specified in the path and the values included in the request body.

The HTTP PATCH request method applies partial modifications to a resource. Click here to learn about using PATCH.

The MyPreferences API supports add, replace, remove, and test PATCH operations. The API does not support move and copy PATCH operations.

In the JSON body of your request, send the op, path, and value parameters:

  • op denotes the type of operation to execute such as add, replace, remove, or test.
  • path denotes the path of the target location on the resource to update.
  • value denotes the value to apply.

Note: When removing multiple elements from an array object, send the remove operations in descending order to keep the indices intact.

Header Parameters

Authorizationstring Required

Authorization token

Query Parameters

alternateIdstring Required

Alternate Id value that uniquely identifies the profile that is being retrieved.

alternateIdTypestring Required

Name of the Alternate Id type associated with the specified Alternate Id.

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

Body Parameters

Operationsarray

A collection of PATCH operations that you want to perform on the object.

Show child attributes

Response

200
Object

Response Attributes

Consentsarray

A collection of consents associated with the User Profile.

Show child attributes

CustomFieldsarray

A collection of Custom Fields associated with the profile.

Show child attributes

Groupsarray

A collection of Groups associated with the profile.

Show child attributes

ProfileTagsarray

A collection of Tags associated with the profile.

Show child attributes

Addressesarray

Collection of addresses associated with the profile.

Show child attributes

Emailsarray

A collection of email addresses associated with the profile. The email collection can also include any preferences and consents associated with it.

Show child attributes

PhoneNumbersarray

A collection of phone numbers associated with the profile. The phone number collection can also include any preferences and consents associated with it.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the User Profile. Profile preferences are tied to the user’s profile. These preferences are not associated with any contact element on the profile.

Show child attributes

ProfileIdinteger (int32)

Read-Only Id associated with the Profile.

IsActiveboolean

Defines whether the item is Active or Inactive.

Editedobject

Read-only system fields returned as part of an API response. These are updated automatically when a profile is created or modified.

Show child attributes

RegistrationConfirmedboolean

An optional field for clients to use at their discretion to accommodate scenarios in which customer profile verification is performed.

CustomerTypestring

An identifier used to classify a person by the type of customer. For example: Retail, Commercial, or Marketing.

PreserveConsentsboolean

Specifies whether to retain the contact element consents or deactivate them. To retain the contact element consents, set the value as True. If set to False, the contact element consents will be deactivated. This setting defaults to True, if not specified.

PreservePreferencesboolean

Specifies whether to retain the preferences or deactivate them. To retain the preferences, set the value as True. If set to False, the preferences will be deactivated. This setting defaults to True, if not specified.

CustomerNameobject

Name fields associated with the profile.

Show child attributes

DefaultLocalestring

Default Locale for the profile.

UpdateStatusstring

Read-Only field. 'Complete' if the record has been processed otherwise 'Pending Update'.

ReasonCodestring

An optional parameter that can be passed when deactivating a profile.

AlternateIdsarray

Collection of AlternateIds associated with the profile.

Show child attributes

202
Object
Once the request is received, it is queued for processing and a 202 response is returned with the UpdateStatus of "Pending Update". When processing is completed, a new profile is created. Any subsequent GET operations to retrieve the profile will return with an UpdateStatus of "Complete".
400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

PATCH

/{clientId}/Profile/AlternateId?alternateId=&alternateIdType=

Select
1 2 3 4 5 6 7 8 9 10 11 12 curl --location --globoff --request PATCH 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/AlternateId?alternateId=&alternateIdType=' \ --header 'Authorization;' \ --data '{ "Operations": [ { "value": {}, "path": "sample string 1", "op": "sample string 2", "from": "sample string 3" } ] }'

Response

{
  "Consents": [
    {
      "ConsentType": "sample string 1",
      "ConsentVersion": "sample string 2",
      "Locale": "en_US",
      "ConsentStatus": 2,
      "ReasonCode": "sample string 3",
      "ConsentDate": "sample string 4",
      "ExpirationDate": "sample string 5",
      "Expired": true,
      "SourceId": "sample string 6",
      "Attributes": [
        {
          "Key": "string",
          "Value": "string"
        }
      ],
      "Edited": {
        "CreateDate": "sample string 1",
        "CreatedBy": "sample string 2",
        "ModifiedDate": "sample string 3",
        "ModifiedBy": "sample string 4"
      },
      "UpdatedVersionPending": true,
      "IsActive": true
    }
  ],
  "CustomFields": [
    {
      "Name": "sample string 1",
      "Value": "sample string 2",
      "IsActive": true,
      "Edited": {
        "CreateDate": "sample string 1",
        "CreatedBy": "sample string 2",
        "ModifiedDate": "sample string 3",
        "ModifiedBy": "sample string 4"
      }
    }
  ],
  "Groups": [
    {
      "GroupType": "sample string 1",
      "IsPrimary": true,
      "GroupName": "sample string 2",
      "IsActive": true,
      "Edited": {
        "CreateDate": "sample string 1",
        "CreatedBy": "sample string 2",
        "ModifiedDate": "sample string 3",
        "ModifiedBy": "sample string 4"
      }
    }
  ],
  "ProfileTags": [
    {
      "Name": "1"
    }
  ],
  "Addresses": [
    {
      "AddressType": "sample string 1",
      "IsActive": true,
      "IsDefault": true,
      "Consents": [
        {
          "ConsentType": "sample string 1",
          "ConsentVersion": "sample string 2",
          "Locale": "en_US",
          "ConsentStatus": 2,
          "ReasonCode": "sample string 3",
          "ConsentDate": "sample string 4",
          "ExpirationDate": "sample string 5",
          "Expired": true,
          "SourceId": "sample string 6",
          "Attributes": [
            {
              "Key": "string",
              "Value": "string"
            }
          ],
          "Edited": {
            "CreateDate": "sample string 1",
            "CreatedBy": "sample string 2",
            "ModifiedDate": "sample string 3",
            "ModifiedBy": "sample string 4"
          },
          "UpdatedVersionPending": true,
          "IsActive": true
        }
      ],
      "CassAddress1": "sample string 1",
      "CassAddress2": "sample string 2",
      "CassCity": "sample string 3",
      "CassStateProvince": "sample string 4",
      "CassPostalCode": "sample string 5",
      "CassStatus": "sample string 6",
      "Country": "sample string 7",
      "Edited": {
        "CreateDate": "sample string 1",
        "CreatedBy": "sample string 2",
        "ModifiedDate": "sample string 3",
        "ModifiedBy": "sample string 4"
      },
      "Address1": "sample string 18",
      "Address2": "sample string 19",
      "City": "sample string 20",
      "StateProvince": "sample string 21",
      "CountryCode_Numeric": "222",
      "CountryCode_Alpha2": "US",
      "CountryCode_Alpha3": "121",
      "PostalCode": "sample string 22",
      "MissingRequiredConsents": false
    }
  ],
  "Emails": [
    {
      "EmailPreferences": [
        {
          "ProgramId": "sample string 1",
          "ChannelId": "sample string 2",
          "ConsentAssociations": [
            {
              "ConsentType": "sample string 1",
              "ConsentVersion": "sample string 2",
              "IsActive": true,
              "Locale": "en_US",
              "ReasonCode": "sample string 3",
              "UpdatedVersionPending": false
            }
          ],
          "MatchType": "sample string 3",
          "ReasonCode": "sample string 4",
          "ExpirationDate": "sample string 5",
          "PreferenceStatus": "sample string 6",
          "LastModifiedDate": "sample string 7",
          "UserId": "sample string 8",
          "SourceId": "sample string 9",
          "FilterId": "sample string 10",
          "PreferenceType": 2,
          "FrequencyId": "sample string 11",
          "Attributes": [
            {
              "Key": "sample string 1",
              "Value": "sample string 2"
            }
          ],
          "CustomerDate": "sample string 12"
        }
      ],
      "EmailAddressType": "sample string 1",
      "EmailAddress": "sample string 2",
      "IsDefault": true,
      "Consents": [
        {
          "ConsentType": "sample string 1",
          "ConsentVersion": "sample string 2",
          "Locale": "en_US",
          "ConsentStatus": 2,
          "ReasonCode": "sample string 3",
          "ConsentDate": "sample string 4",
          "ExpirationDate": "sample string 5",
          "Expired": true,
          "SourceId": "sample string 6",
          "Attributes": [
            {
              "Key": "string",
              "Value": "string"
            }
          ],
          "Edited": {
            "CreateDate": "sample string 1",
            "CreatedBy": "sample string 2",
            "ModifiedDate": "sample string 3",
            "ModifiedBy": "sample string 4"
          },
          "UpdatedVersionPending": true,
          "IsActive": true
        }
      ],
      "IsActive": true,
      "Edited": {
        "CreateDate": "sample string 1",
        "CreatedBy": "sample string 2",
        "ModifiedDate": "sample string 3",
        "ModifiedBy": "sample string 4"
      },
      "MissingRequiredConsents": false
    }
  ],
  "PhoneNumbers": [
    {
      "PhonePreferences": [
        {
          "ProgramId": "sample string 1",
          "ChannelId": "sample string 2",
          "ConsentAssociations": [
            {
              "ConsentType": "sample string 1",
              "ConsentVersion": "sample string 2",
              "IsActive": true,
              "Locale": "en_US",
              "ReasonCode": "sample string 3",
              "UpdatedVersionPending": false
            }
          ],
          "MatchType": "sample string 3",
          "ReasonCode": "sample string 4",
          "ExpirationDate": "sample string 5",
          "PreferenceStatus": "sample string 6",
          "LastModifiedDate": "sample string 7",
          "UserId": "sample string 8",
          "SourceId": "sample string 9",
          "FilterId": "sample string 10",
          "PreferenceType": 2,
          "FrequencyId": "sample string 11",
          "Attributes": [
            {
              "Key": "sample string 1",
              "Value": "sample string 2"
            }
          ],
          "CustomerDate": "sample string 12",
          "MissingRequiredConsents": false
        }
      ],
      "PhoneType": "sample string 1",
      "PhoneNumber": "sample string 2",
      "PhoneNumberNumeric": 1,
      "IsDefault": true,
      "Consents": [
        {
          "ConsentType": "sample string 1",
          "ConsentVersion": "sample string 2",
          "Locale": "en_US",
          "ConsentStatus": 2,
          "ReasonCode": "sample string 3",
          "ConsentDate": "sample string 4",
          "ExpirationDate": "sample string 5",
          "Expired": true,
          "SourceId": "sample string 6",
          "Attributes": [
            {
              "Key": "string",
              "Value": "string"
            }
          ],
          "Edited": {
            "CreateDate": "sample string 1",
            "CreatedBy": "sample string 2",
            "ModifiedDate": "sample string 3",
            "ModifiedBy": "sample string 4"
          },
          "UpdatedVersionPending": true,
          "IsActive": true
        }
      ],
      "IsMobile": false,
      "IsActive": true,
      "Edited": {
        "CreateDate": "sample string 1",
        "CreatedBy": "sample string 2",
        "ModifiedDate": "sample string 3",
        "ModifiedBy": "sample string 4"
      },
      "MissingRequiredConsents": false
    }
  ],
  "ProfilePreferences": [
    {
      "ProgramId": "sample string 1",
      "ChannelId": "sample string 2",
      "ConsentAssociations": [
        {
          "ConsentType": "sample string 1",
          "ConsentVersion": "sample string 2",
          "IsActive": true,
          "Locale": "en_US",
          "ReasonCode": "sample string 3",
          "UpdatedVersionPending": false
        }
      ],
      "MatchType": "sample string 3",
      "ReasonCode": "sample string 4",
      "ExpirationDate": "sample string 5",
      "PreferenceStatus": "sample string 6",
      "LastModifiedDate": "sample string 7",
      "UserId": "sample string 8",
      "SourceId": "sample string 9",
      "FilterId": "sample string 10",
      "PreferenceType": 2,
      "FrequencyId": "sample string 11",
      "Attributes": [
        {
          "Key": "sample string 1",
          "Value": "sample string 2"
        }
      ],
      "CustomerDate": "sample string 12",
      "MissingRequiredConsents": false
    }
  ],
  "ProfileId": 1,
  "IsActive": true,
  "Edited": {
    "CreateDate": "sample string 1",
    "CreatedBy": "sample string 2",
    "ModifiedDate": "sample string 3",
    "ModifiedBy": "sample string 4"
  },
  "RegistrationConfirmed": true,
  "CustomerType": "sample string 1",
  "PreserveConsents": true,
  "PreservePreferences": true,
  "CustomerName": {
    "FirstName": "sample string 1",
    "MiddleName": "sample string 2",
    "LastName": "sample string 3",
    "Prefix": "",
    "Suffix": "sample string 4"
  },
  "DefaultLocale": "sample string 2",
  "UpdateStatus": "sample string 3",
  "ReasonCode": "sample string 4",
  "AlternateIds": [
    {
      "AlternateIdType": "sample string 1",
      "AlternateId": "sample string 2",
      "IsActive": true,
      "Edited": {
        "CreateDate": "",
        "CreatedBy": "",
        "ModifiedDate": "",
        "ModifiedBy": ""
      },
      "AlternateIdTypeLink": 1
    }
  ]
}
Was this section helpful?

What made this section unhelpful for you?

Archive preferences

This method allows you to deactivate preferences on a profile across one or more Filters. You can deactivate preferences that are simply tied to the profile or preferences that are associated with contact elements.

To deactivate all preferences across all filters on a profile, simply set the GlobalDeactivate parameter to true. Deactivated preferences are archived and are no longer returned via the MyPreferences API.

You can create a segment to retrieve archived preferences using the MyPreferences Bulk Export API.

Header Parameters

Authorizationstring Required

Authorization token

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

profileIdinteger (int32)Required

Id associated with the profile.

Body Parameters

GlobalDeactivateboolean

If set to true, deactivates and archives all preferences associated with the Profile and all its contact elements.

Reason_Codestring

Optional parameter that can be used to store the reason for deactivation.

PhoneNumbersarray

A collection of phone preferences associated with the User Profile that you want to deactivate. All deactivated phone preferences are archived.

Show child attributes

Addressesarray

Collection of addresses associated with the profile.

Show child attributes

Emailsarray

A collection of email preferences associated with the User Profile that you want to deactivate. All deactivated email preferences are archived.

Show child attributes

ProfilePreferencesarray

A collection of preferences associated with the User Profile that you want to deactivate. All deactivated profile preferences are archived.

Show child attributes

Response

204
Object
400
Object
The request was invalid and cannot be processed. This may be a result of a malformed request. You must update the request before trying again.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

PUT

/{clientId}/Profile/Preferences/{profileId}/Archive

Select
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 curl --location --globoff --request PUT 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/Preferences/{profileId}/Archive' \ --header 'Authorization;' \ --data '{ "GlobalDeactivate": true, "Reason_Code": "sample string 1", "PhoneNumbers": [ { "PhoneType": "sample string 1", "PhoneNumber": "sample string 2", "PhoneNumberNumeric": null, "FilterId": "sample string 4", "Reason_Code": "sample string 5" } ], "Addresses": [ { "Address1": "sample string 1", "Address2": "sample string 2", "City": "sample string 3", "StateProvince": "sample string 4", "CountryCode_Numeric": "sample string 5", "CountryCode_Alpha2": "sample string 6", "CountryCode_Alpha3": "sample string 7", "PostalCode": "sample string 8", "AddressType": "sample string 9", "FilterId": "sample string 10", "Reason_Code": "sample string 11" } ], "Emails": [ { "EmailAddressType": "sample string 1", "EmailAddress": "sample string 2", "FilterId": "", "Reason_Code": "sample string 3" } ], "ProfilePreferences": [ { "CustomerType": "sample string 1", "FilterId": "sample string 2", "Reason_Code": "sample string 3" } ] }'

Response

Was this section helpful?

What made this section unhelpful for you?

Delete profile

This method allows you to permanently delete a profile and all its associated data. It's important to note that the delete operation is irreversible, so careful consideration is advised before proceeding.

Header Parameters

Authorizationstring Required

Authorization token

Query Parameters

reasonCodestring

An optional parameter that can be used to store the reason for deletion.

Path Parameters

clientIdstring Required

This is your organization’s MyPreferences account Id. A 404 is returned if this value is invalid.

profileIdinteger (int32)Required

System generated unique identifier of the profile.

Response

204
Object
The request was successfully processed but there is no content to return.
401
Object
Authentication credentials are missing or incorrect. You must verify your ClientId, UserId, and Authorization Scheme before trying again.
403
Object
The authentication credentials were insufficient to grant access to the requested resource. In most cases, your user may not have the appropriate permissions to access the requested resource. Verify User Group permissions for your user before trying again.
404
Object
The requested resource cannot be found. Most errors in this category are returned when a resource specified on the URL path is not found. In certain instances, it is also returned when a parameter specified in the request body is also not found. See error description for more details.
503
Object
The server encountered an unexpected condition that prevented it from fulfilling the request. Notify PossibleNOW Support if it’s a continuous occurrence.
Was this section helpful?

What made this section unhelpful for you?

DELETE

/{clientId}/Profile/{profileId}?reasonCode=

Select
1 2 curl --location --globoff --request DELETE 'https://pm.mypreferences.com/Profiles/v4/{clientId}/Profile/{profileId}' \ --header 'Authorization;' \

Response

The request was successfully processed but there is no content to return.
Was this section helpful?

What made this section unhelpful for you?

Historical API's

Providing historical access to customer data is one of the hallmarks of MyPreferences. Through our comprehensive historical API library, you gain valuable insights into the evolution of customer preferences, consents, contact element changes, and both standard and custom field updates over time.

Accessing this wealth of historical data is simple. You can effortlessly retrieve the history for any entity by either utilizing the profileId or an alternateId associated with the profile.

Retrieving Contacts History

The historical API's for retrieving contact history returns the current contact element along with all historical contact elements associated with each active Type on the profile. Consents associated with the contact elements are also returned. Along with the Profile ID, a collection of current Alternate IDs associated with the profile is also returned. Profile-only consents, custom fields, groups, tags, and preferences are not returned.

Retrieving Standard Fields History

Standard Fields allow you to collect basic profile information such as name, default language, registration confirmed status, and customer type. They also allow you to control the business rules around preserving preferences and consents, capturing reason code when deleting a profile, and the overall status of the profile.

The following list includes all the standard fields available in MyPreferences:

  • Prefix
  • First Name
  • Middle Name
  • Last Name
  • Suffix
  • Default Locale
  • Registration Confirmed (applicable in use cases where customer profile verification is performed)
  • Customer Type
  • PreservePreferences
  • PreserveConsents
  • ReasonCode
  • IsActive

The historical API's for retrieving standard field history offers a historical view of all standard field changes that happened over time on a user’s profile. You can retrieve the standard fields history by Profile ID or an Alternate ID associated with the profile.

Integration API

The Integration API suite includes asynchronous RESTful APIs for bulk import/export operations and Event APIs for retrieving event data, along with webhook subscriptions for real-time updates.

Bulk API

The MyPreferences 3.0 Bulk API is a powerful and efficient asynchronous RESTful API that serves as a robust conduit for seamless data transfer between MyPreferences and various external systems within your enterprise. It ensures that you can effortlessly manage and exchange large datasets, streamlining the process of integrating zero-party data across your technology ecosystem.

One of the primary advantages of the Bulk API lies in its ability to enable near-real time synchronization of customer data. This means that any updates or changes made within MyPreferences or other connected cloud-based or on-premise systems in your enterprise are swiftly propagated and reflected in the interconnected systems. As a result, your organization can maintain a consistent, up-to-date, and comprehensive view of customer data, which is essential for delivering personalized experiences to your customers.

Events API

Event APIs allow you to retrieve event data by account, subscription, profile, or specific event ID based on your webhook subscriptions. They facilitate experiences which enable customers to view their activity history, recent actions, and profile updates in real-time. By retrieving data based on webhook subscriptions, these APIs allow customers to track and review any changes or interactions they have made to their profiles, ensuring they have access to the most up-to-date information about their account activities.

Base URL

Production:

https://pm.mypreferences.com/Profiles/v4

Sandbox:

https://pmstg.mypreferences.com/Profiles/v4

Language Box