Partner data
This class defines a generic class to store partner (client app) specific data. It is only accessible to the partner which stores it.
Property | Type | Description |
---|---|---|
name | string (case sensitive) key in combination with profileId) |
unique name made of letters and numbers within one user profile to distinguish and load partnerData.Examples: /partnerdata/memberdata/partnerdata/preferences can be set only on creation of the object but not changed afterwards |
memberId | string | Reference to a partner CRM system |
additionalProperty | PropertyValue[] | Any properties |
Included base profile partner object data¶
Property | Type | Description |
---|---|---|
partnerAcronym | string | Partner acronym |
Included base profile object data¶
Property | Type | Description |
---|---|---|
profileId | string | Readonly. Identifier. Guid generated at the creation of the profile |
@id | string | json-ld: full url to load the object |
createdDateTime | DateTime | date and time when the object was created |
lastModified | DateTime | date and time when the object was last updated |
lastModifiedBy | string | the person/service which has last updated the object authenticated users: username of Azure B2C guests: profile id |
createdBySubscription | string | the api subscription name of the creation (→ application) |
lastModifiedBySubscription | string | the api subscription name on the latest update |
Last update:
January 27, 2023 14:37:03