Person
This is the main profile object containing data about the user/guest as a person.
Property | Type | Description |
---|---|---|
ipAddress | string | IP-address of the device the person used last |
givenName | string | |
additionalName | string | Middle name |
familyName | string | |
displayName | string | |
address | PostalAddress | |
string | ^[a-zA-Z0-9.!#$%&’'*+/=?^_`|}{~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$ is used for email validation |
|
faxNumber | string | |
gender | string | Female, Male, Diverse |
nationality | string | ISO 3166 two-letter uppercase subculture code. In cases where a two-letter language code is not available, a three-letter code derived from ISO 639-2 is used |
birthDate | DateTime(nullable) | |
telephone | string | |
maritialStatus | string | Single, Married, Divorced, Widowed |
passport | string(100) | Passport number |
mobilePhone | string | |
salutation | string |
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: February 18, 2021 19:36:04