Get all person profiles

get

/fscmRestApi/resources/11.13.18.05/personProfiles

Request

Query Parameters
  • When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
  • This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.

    Format: ?fields=Attribute1,Attribute2

    Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2
  • Used as a predefined finder to search the collection.

    Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>

    The following are the available finder names and corresponding finder variables:

    • ByAdvancedSearchFinder: Finds all person profiles that match any of the finder variables.
      Finder Variables:
      • AcademicLevelId; integer; Unique identifier of the academic level.
      • AdminIndicatorCode; string; Unique code for the administrative service indicator.
      • CampusId; integer; Unique identifier of the campus.
      • GenderCode; string; Unique code for the gender.
      • Keyword; string; Keyword to search from Name, Email ID, Party ID, User Name, and Constituent ID.
      • PersonTagNameCode; string; Unique code for the person tag name.
      • ProgramId; integer; Unique identifier of the program.
    • ByIntentFinder: Finds all person profiles for a particular intent.
      Finder Variables:
      • Intent; string; Intent is a value that represents how the returned records are used. For example, if the intent value is HEY_CREATE_ADMISSIONS_APPLICATION_DATA, that means the server understands that it should only return person profiles for which the user can create admissions applications. If no intent is passed, the server will assume that the intent is to only view person profiles.
    • ByKeywordFinder: Finds all person profiles that match the Name, Email ID, Party ID, User Name, and Constituent ID.
      Finder Variables:
      • Keyword; string; Keyword to search from Name, Email ID, Party ID, User Name, and Constituent ID.
    • ByLastNameFinder: Finds all person profiles that match the last name.
      Finder Variables:
      • LastName; string; Last name of a person.
    • PartyIdFinder: Finds all person profiles that match the Party ID.
      Finder Variables:
      • PartyId; integer; Unique identifier for party. Party can be a person in Oracle Trading Community Architecture. For example, a student can be a party.
    • PrimaryKey: Finds all person profiles that match the Party ID, Party ID1, Person Profile ID, and Citizenship ID.
      Finder Variables:
      • PartyId; integer; Unique identifier for party. Party can be a person in Oracle Trading Community Architecture. For example, a student can be a party.
  • This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
  • This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>

    Example:
    self,canonical
  • Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
  • This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY

    Format: ?q=expression1;expression2

    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • BirthCountryCode; string; The country where this person was born.
    • BirthCountryName; string; The name of the birth country code.
    • CitizenshipCountryCode; string; The code for the country from which a person claims citizenship.
    • CitizenshipCountryName; string; The name of the citizenship country code.
    • CitizenshipStatusCode; string; The primary citizenship status, for example, Citizen, Permanent Resident, and Noncitizen. A list of accepted values is defined in the lookup type ORA_HEY_CITIZENSHIP_STATUS.
    • CitizenshipStatusDate; string; The date from which the citizenship status was valid.
    • CitizenshipStatusMeaning; string; The meaning of the citizenship status. A list of accepted values is defined in the lookup type ORA_HEY_CITIZENSHIP_STATUS.
    • ConstituentId; string; The unique identifier for a constituent.
    • CriminalHistoryExplanation; string; The description of any criminal history.
    • CriminalHistoryFlag; boolean; Indicates whether criminal history exists for the person.
    • DateOfBirth; string; The date when the person was born.
    • DateOfDeath; string; The date when the person died.
    • DeathCertificateNumber; string; The death certificate number of the person.
    • DeceasedFlag; boolean; Indicates if the person is deceased.
    • FirstName; string; The first name of the person.
    • FullName; string; The full name of the person.
    • GenderCode; string; The gender of the person, such as male, female, or unknown. A list of accepted values is defined in the lookup type ORA_HEY_GENDER.
    • GenderIdentityCode; string; The gender identity of the person. A list of accepted values is defined in the lookup type ORA_HEY_GENDER_IDENTITY.
    • GenderIdentityMeaning; string; The meaning of gender identity. A list of accepted values is defined in the lookup type ORA_HEY_GENDER_IDENTITY.
    • GenderIdentityValue; string; The gender identity value of the person, to capture the free text value when the GENDER_IDENTITY_CODE is 'Not Listed'.
    • GenderMeaning; string; The meaning of the gender code. A list of accepted values is defined in the lookup type ORA_HEY_GENDER.
    • HigherEducationUserFlag; boolean; Indicates if the user is a higher education user.
    • HispanicOrLatinoCode; string; The hispanic or latino code of the student, if any. A list of accepted values is defined in the lookup type ORA_HEY_ETHNICITY.
    • HispanicOrLatinoMeaning; string; The meaning of the hispanic or latino code. A list of accepted values is defined in the lookup type ORA_HEY_ETHNICITY.
    • LastName; string; The last name of the person.
    • MaritalStatusCode; string; The marital status of the person. A list of accepted values is defined in the lookup type ORA_HEY_MARITAL_STATUS.
    • MaritalStatusEffectiveDate; string; The date when the person's marital status changed.
    • MaritalStatusMeaning; string; The meaning of the marital status code. A list of accepted values is defined in the lookup type ORA_HEY_MARITAL_STATUS.
    • PartyId; integer; The unique identifier for the party. Party can be a person. For example, a student can be a party.
    • PlaceOfBirth; string; The place of birth of the student.
    • PlaceOfDeath; string; The place of death of the person.
    • PreferredFirstName; string; The preferred first name of the person.
    • PreferredFullName; string; The preferred full name of the person.
    • PreferredLastName; string; The preferred last name of the person.
    • PreferredMiddleName; string; The preferred middle name of the person.
    • PreferredPronounsCode; string; The preferred pronouns of the person. A list of accepted values is defined in the lookup type ORA_HEY_PREFERRED_PRONOUN.
    • PreferredPronounsMeaning; string; The meaning of preferred pronouns. A list of accepted values is defined in the lookup type ORA_HEY_PREFERRED_PRONOUN.
    • PreferredPronounsValue; string; The preferred pronouns value of the person, to capture the free text value when the PREFERRED_PRONOUNS_CODE is 'Not Listed'.
    • PrimaryEmailAddress; string; The primary email address of the person.
    • PrimaryLanguageCode; string; The primary language of the person. A list of accepted values is defined in the lookup type ORA_HEY_PRIMARY_LANGUAGE.
    • PrimaryLanguageMeaning; string; The meaning of primary language. A list of accepted values is defined in the lookup type ORA_HEY_PRIMARY_LANGUAGE.
    • PrimaryLanguageValue; string; The primary language value of the person, to capture the free text value when the PRIMARY_LANGUAGE_CODE is 'Not Listed'.
    • PrimaryPhoneAreaCode; string; The country area code for the primary phone number of the person.
    • PrimaryPhoneCountryCode; string; The international country code for the primary phone number of the person.
    • PrimaryPhoneExtension; string; The extension number for the primary phone number of the person.
    • PrimaryPhoneNumber; string; The primary phone number of the person.
    • PrivacyFlag; boolean; Indicates whether privacy restrictions are activated for this person. The default value is: true.
    • ResidenceCountryCode; string; The country this person normally resides in.
    • ResidenceCountryName; string; The name of the residency country code.
    • SchoolDisciplineExplanation; string; The description of any disciplinary action at another academic institution.
    • SchoolDisciplineFlag; boolean; Indicates whether the person has received disciplinary action at another academic institution.
    • UserName; string; The user name of the person.
    • VisaTypeCode; string; The visa type of the person. A list of accepted values is defined in the lookup type ORA_HEY_VISA_TYPE.
    • VisaTypeMeaning; string; The meaning of visa type. A list of accepted values is defined in the lookup type ORA_HEY_VISA_TYPE.
  • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.

There's no request body for this operation.

Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : personProfiles
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : personProfiles-item-response
Type: object
Show Source
  • Academic Histories
    Title: Academic Histories
    The academic histories resource is a child of person profiles resource and provides information about the various academic histories associated with the user.
  • Addresses
    Title: Addresses
    The addresses resource is a child of the person profiles resource and provides information about the various addresses associated with the user.
  • Title: Country of Birth
    Maximum Length: 30
    The country where this person was born.
  • Title: Country of Birth
    Read Only: true
    Maximum Length: 80
    The name of the birth country code.
  • Title: Country of Citizenship
    Maximum Length: 2
    The code for the country from which a person claims citizenship.
  • Title: Country of Citizenship
    Read Only: true
    Maximum Length: 80
    The name of the citizenship country code.
  • Title: Citizenship Status
    Maximum Length: 30
    The primary citizenship status, for example, Citizen, Permanent Resident, and Noncitizen. A list of accepted values is defined in the lookup type ORA_HEY_CITIZENSHIP_STATUS.
  • Title: Citizenship Status Date
    The date from which the citizenship status was valid.
  • Title: Citizenship Status
    Read Only: true
    Maximum Length: 80
    The meaning of the citizenship status. A list of accepted values is defined in the lookup type ORA_HEY_CITIZENSHIP_STATUS.
  • Title: Constituent ID
    Read Only: true
    Maximum Length: 30
    The unique identifier for a constituent.
  • Title: Criminal History Explanation
    Maximum Length: 1000
    The description of any criminal history.
  • Title: Criminal History Indicator
    Maximum Length: 1
    Indicates whether criminal history exists for the person.
  • Title: Date of Birth
    The date when the person was born.
  • Title: Place of Death
    The date when the person died.
  • Title: Death Certificate Number
    Maximum Length: 100
    The death certificate number of the person.
  • Title: Person Deceased
    Maximum Length: 1
    Indicates if the person is deceased.
  • Emails
    Title: Emails
    The emails resource is a child of person profiles resource and provides information about the various email addresses associated with the user.
  • Emergency Contacts
    Title: Emergency Contacts
    The emergency contacts resource is a child of person profiles resource and provides information about the various emergency contacts provided by the user.
  • Title: First Name
    Read Only: true
    Maximum Length: 150
    The first name of the person.
  • Title: Name
    Read Only: true
    Maximum Length: 360
    The full name of the person.
  • Title: Gender
    Maximum Length: 30
    The gender of the person, such as male, female, or unknown. A list of accepted values is defined in the lookup type ORA_HEY_GENDER.
  • Title: Gender Identity
    Maximum Length: 30
    The gender identity of the person. A list of accepted values is defined in the lookup type ORA_HEY_GENDER_IDENTITY.
  • Title: Gender Identity
    Read Only: true
    Maximum Length: 80
    The meaning of gender identity. A list of accepted values is defined in the lookup type ORA_HEY_GENDER_IDENTITY.
  • Title: Gender Identity Value
    Maximum Length: 100
    The gender identity value of the person, to capture the free text value when the GENDER_IDENTITY_CODE is 'Not Listed'.
  • Title: Gender
    Read Only: true
    Maximum Length: 80
    The meaning of the gender code. A list of accepted values is defined in the lookup type ORA_HEY_GENDER.
  • Title: Higher Education User
    Maximum Length: 255
    Indicates if the user is a higher education user.
  • Title: Hispanic or Latino
    Maximum Length: 60
    The hispanic or latino code of the student, if any. A list of accepted values is defined in the lookup type ORA_HEY_ETHNICITY.
  • Title: Hispanic or Latino
    Read Only: true
    Maximum Length: 80
    The meaning of the hispanic or latino code. A list of accepted values is defined in the lookup type ORA_HEY_ETHNICITY.
  • Images
    Title: Images
    The images resource is a child of person profiles resource and provides information about the image uploaded by the user.
  • Title: Last Name
    Read Only: true
    Maximum Length: 150
    The last name of the person.
  • Learners
    Title: Learners
    The learners resource is the child of personProfiles resource and provides information about the learner, and the relationship details of the corresponding proxy.
  • Links
  • Title: Marital Status
    Maximum Length: 30
    The marital status of the person. A list of accepted values is defined in the lookup type ORA_HEY_MARITAL_STATUS.
  • Title: Marital Status as Of
    The date when the person's marital status changed.
  • Title: Marital Status
    Read Only: true
    Maximum Length: 80
    The meaning of the marital status code. A list of accepted values is defined in the lookup type ORA_HEY_MARITAL_STATUS.
  • Title: Middle Name
    Read Only: true
    Maximum Length: 60
    The middle name of the person.
  • Names
    Title: Names
    The names resource is a child of person profiles resource and provides information about the various names associated with the user.
  • Title: Suffix
    Read Only: true
    Maximum Length: 30
    The name suffix of the person.
  • National Identifiers
    Title: National Identifiers
    The national identifiers resource is a child of person profiles resource and provides information about the various national identifiers associated with the user.
  • Title: Party ID
    Read Only: true
    The unique identifier for the party. Party can be a person. For example, a student can be a party.
  • Phones
    Title: Phones
    The phones resource is a child of person profiles resource and provides information about the various phone numbers associated with the user.
  • Title: Place of Birth
    Maximum Length: 60
    The place of birth of the student.
  • Title: Place of Death
    Maximum Length: 100
    The place of death of the person.
  • Title: First Name
    Read Only: true
    Maximum Length: 150
    The preferred first name of the person.
  • Title: Full Name
    Read Only: true
    Maximum Length: 360
    The preferred full name of the person.
  • Title: Last Name
    Read Only: true
    Maximum Length: 150
    The preferred last name of the person.
  • Title: Middle Name
    Read Only: true
    Maximum Length: 60
    The preferred middle name of the person.
  • Title: Name Suffix
    Read Only: true
    Maximum Length: 30
    The preferred name suffix of the person.
  • Title: Preferred Pronouns
    Maximum Length: 30
    The preferred pronouns of the person. A list of accepted values is defined in the lookup type ORA_HEY_PREFERRED_PRONOUN.
  • Title: Preferred Pronouns
    Read Only: true
    Maximum Length: 80
    The meaning of preferred pronouns. A list of accepted values is defined in the lookup type ORA_HEY_PREFERRED_PRONOUN.
  • Title: Preferred Pronouns Value
    Maximum Length: 100
    The preferred pronouns value of the person, to capture the free text value when the PREFERRED_PRONOUNS_CODE is 'Not Listed'.
  • Title: Primary Email
    Read Only: true
    Maximum Length: 320
    The primary email address of the person.
  • Title: Primary Language
    Maximum Length: 30
    The primary language of the person. A list of accepted values is defined in the lookup type ORA_HEY_PRIMARY_LANGUAGE.
  • Title: Primary Language
    Read Only: true
    Maximum Length: 80
    The meaning of primary language. A list of accepted values is defined in the lookup type ORA_HEY_PRIMARY_LANGUAGE.
  • Title: Primary Language Value
    Maximum Length: 100
    The primary language value of the person, to capture the free text value when the PRIMARY_LANGUAGE_CODE is 'Not Listed'.
  • Title: Phone Area Code
    Read Only: true
    Maximum Length: 20
    The country area code for the primary phone number of the person.
  • Title: Phone Country Code
    Read Only: true
    Maximum Length: 10
    The international country code for the primary phone number of the person.
  • Title: Phone Extension
    Read Only: true
    Maximum Length: 20
    The extension number for the primary phone number of the person.
  • Title: Phone Number
    Read Only: true
    Maximum Length: 40
    The primary phone number of the person.
  • Title: Privacy Indicator
    Maximum Length: 1
    Indicates whether privacy restrictions are activated for this person. The default value is: true.
  • Proxies
    Title: Proxies
    The proxies resource is the child of personProfiles resource and provides information about the proxy, and the relationship details of the corresponding learner.
  • Races
    Title: Races
    The races resource is a child of person profiles resource and provides information about the various races associated with the user.
  • Title: Country of Residence
    Maximum Length: 30
    The country this person normally resides in.
  • Title: Country of Residence
    Read Only: true
    Maximum Length: 80
    The name of the residency country code.
  • Title: School Discipline Explanation
    Maximum Length: 1000
    The description of any disciplinary action at another academic institution.
  • Title: School Discipline Indicator
    Maximum Length: 1
    Indicates whether the person has received disciplinary action at another academic institution.
  • Security Roles
    Title: Security Roles
    The security roles resource returns all security roles with the user.
  • Social Networks
    Title: Social Networks
    The social networks resource is a child of person profiles resource and provides information about the various networks associated with the user.
  • Student Curriculums
    Title: Student Curriculums
    The student curriculum resource is a child of person profiles resource and provides a list of academic groups and programs associated with a student.
  • Title: User Name
    Read Only: true
    Maximum Length: 100
    The user name of the person.
  • Title: Visa Type
    Maximum Length: 30
    The visa type of the person. A list of accepted values is defined in the lookup type ORA_HEY_VISA_TYPE.
  • Title: Visa Type
    Read Only: true
    Maximum Length: 80
    The meaning of visa type. A list of accepted values is defined in the lookup type ORA_HEY_VISA_TYPE.
Nested Schema : Academic Histories
Type: array
Title: Academic Histories
The academic histories resource is a child of person profiles resource and provides information about the various academic histories associated with the user.
Show Source
Nested Schema : Addresses
Type: array
Title: Addresses
The addresses resource is a child of the person profiles resource and provides information about the various addresses associated with the user.
Show Source
Nested Schema : Emails
Type: array
Title: Emails
The emails resource is a child of person profiles resource and provides information about the various email addresses associated with the user.
Show Source
Nested Schema : Emergency Contacts
Type: array
Title: Emergency Contacts
The emergency contacts resource is a child of person profiles resource and provides information about the various emergency contacts provided by the user.
Show Source
Nested Schema : Images
Type: array
Title: Images
The images resource is a child of person profiles resource and provides information about the image uploaded by the user.
Show Source
Nested Schema : Learners
Type: array
Title: Learners
The learners resource is the child of personProfiles resource and provides information about the learner, and the relationship details of the corresponding proxy.
Show Source
Nested Schema : Names
Type: array
Title: Names
The names resource is a child of person profiles resource and provides information about the various names associated with the user.
Show Source
Nested Schema : National Identifiers
Type: array
Title: National Identifiers
The national identifiers resource is a child of person profiles resource and provides information about the various national identifiers associated with the user.
Show Source
Nested Schema : Phones
Type: array
Title: Phones
The phones resource is a child of person profiles resource and provides information about the various phone numbers associated with the user.
Show Source
Nested Schema : Proxies
Type: array
Title: Proxies
The proxies resource is the child of personProfiles resource and provides information about the proxy, and the relationship details of the corresponding learner.
Show Source
Nested Schema : Races
Type: array
Title: Races
The races resource is a child of person profiles resource and provides information about the various races associated with the user.
Show Source
Nested Schema : Security Roles
Type: array
Title: Security Roles
The security roles resource returns all security roles with the user.
Show Source
Nested Schema : Social Networks
Type: array
Title: Social Networks
The social networks resource is a child of person profiles resource and provides information about the various networks associated with the user.
Show Source
Nested Schema : Student Curriculums
Type: array
Title: Student Curriculums
The student curriculum resource is a child of person profiles resource and provides a list of academic groups and programs associated with a student.
Show Source
Nested Schema : personProfiles-academicHistories-item-response
Type: object
Show Source
Nested Schema : personProfiles-addresses-item-response
Type: object
Show Source
Nested Schema : personProfiles-emails-item-response
Type: object
Show Source
  • Title: Email
    Maximum Length: 320
    The email address of the person.
  • Title: Email ID
    Read Only: true
    The unique identifier for an email address.
  • Links
  • Title: Preferred
    Maximum Length: 1
    Default Value: false
    Indicates the preferred email address.
  • Title: Purpose
    Maximum Length: 30
    The type of purpose for email contact, such as work, emergency, and home. A list of accepted values is defined in the lookup type ORA_HEY_EMAIL_CONTACT_PURPOSE.
  • Title: Purpose
    Read Only: true
    Maximum Length: 80
    The meaning of the purpose code. A list of accepted values is defined in the lookup type ORA_HEY_EMAIL_CONTACT_PURPOSE.
Nested Schema : personProfiles-emergencyContacts-item-response
Type: object
Show Source
  • Maximum Length: 1000
    The additional email for an emergency contact.
  • Title: Additional Email Type Code
    Maximum Length: 30
    The additional email type code. A list of accepted values is defined in the lookup type CONTACT_POINT_PURPOSE.
  • Title: Additional Email Type Name
    Read Only: true
    Maximum Length: 80
    The meaning of the additional email type code. A list of accepted values is defined in the lookup type CONTACT_POINT_PURPOSE.
  • Maximum Length: 10
    The area code for additional phone of an emergency contact.
  • Maximum Length: 10
    The country code for additional phone of an emergency contact.
  • Maximum Length: 10
    The extension for additional phone of an emergency contact.
  • Maximum Length: 40
    The additional phone number for an emergency contact.
  • Title: Additional Phone Type Code
    Maximum Length: 30
    The additional phone type code. A list of accepted values is defined in the lookup type CONTACT_POINT_PURPOSE.
  • Title: Additional Phone Type Name
    Read Only: true
    Maximum Length: 80
    The meaning of the additional phone type code. A list of accepted values is defined in the lookup type CONTACT_POINT_PURPOSE.
  • Title: Contact Type Code
    Maximum Length: 30
    The emergency contact type of the person. A list of accepted values is defined in the lookup type ORA_HEY_EMERGENCY_CONTACT_TYPE.
  • Title: Relationship Type
    Read Only: true
    Maximum Length: 80
    The meaning of emergency contact type. A list of accepted values is defined in the lookup type ORA_HEY_EMERGENCY_CONTACT_TYPE.
  • Title: Email
    Maximum Length: 1000
    The email address of the emergency contact.
  • Title: Email Type Code
    Maximum Length: 30
    The email type code. A list of accepted values is defined in the lookup type CONTACT_POINT_PURPOSE.
  • Title: Email Type Name
    Read Only: true
    Maximum Length: 80
    The meaning of the email type code. A list of accepted values is defined in the lookup type CONTACT_POINT_PURPOSE.
  • Title: Emergency Contact ID
    Read Only: true
    The unique identifier for emergency contact.
  • Title: First Name
    Maximum Length: 150
    The first name by which emergency contact is known.
  • Title: Last Name
    Maximum Length: 150
    The last name by which emergency contact is known.
  • Links
  • Maximum Length: 60
    The middle name of the person.
  • Maximum Length: 30
    The suffix can be junior or senior.
  • Title: Area Code
    Maximum Length: 10
    The country area code for the emergency contact phone number.
  • Title: Select Country
    Maximum Length: 10
    The international country code for the emergency contact phone number.
  • Title: Extension
    Maximum Length: 10
    The extension number for the emergency contact phone number.
  • Title: Phone
    Maximum Length: 40
    The emergency contact phone number.
  • Title: Phone Type Code
    Maximum Length: 30
    The phone type code. A list of accepted values is defined in the lookup type CONTACT_POINT_PURPOSE.
  • Title: Phone Type Name
    Read Only: true
    Maximum Length: 80
    The meaning of the phone type code. A list of accepted values is defined in the lookup type CONTACT_POINT_PURPOSE.
  • Title: Preferred
    Maximum Length: 1
    Default Value: false
    Indicates the preferred emergency contact.
  • Title: Only One Name
    Maximum Length: 1
    Default Value: false
    Indicates if the person has single name.
  • Maximum Length: 60
    The title of the person, such as Mr or Mrs.
Nested Schema : personProfiles-images-item-response
Type: object
Show Source
Nested Schema : personProfiles-learners-item-response
Type: object
Show Source
Nested Schema : personProfiles-names-item-response
Type: object
Show Source
  • Title: First Name
    Maximum Length: 150
    The first name of a person.
  • Title: Full Name
    Maximum Length: 360
    The full name of the person.
  • Title: Last Name
    Maximum Length: 150
    The last name of a person.
  • Links
  • Title: Middle Name
    Maximum Length: 60
    The middle name of a person.
  • Title: Name Suffix
    Maximum Length: 30
    The suffix can be junior or senior.
  • Title: Name Type
    Maximum Length: 30
    The type of the name. It is a value defined by the Additional Party Name and Identifier Type entity. A list of accepted values is defined in the lookup type ORA_HEY_NAME_TYPE.
  • Title: Name Type
    Read Only: true
    Maximum Length: 80
    The meaning of the name type code. A list of accepted values is defined in the lookup type ORA_HEY_NAME_TYPE.
  • Title: Party Name ID
    Read Only: true
    The unique identifier for a name.
  • Title: Preferred
    Indicates the name as preferred name for this party within this name type.
  • Title: Only One Name
    Maximum Length: 1
    Default Value: false
    Indicates if the person has single name.
  • Title: Title
    Maximum Length: 60
    The title of the person, such as Mr or Mrs.
Nested Schema : personProfiles-nationalIdentifiers-item-response
Type: object
Show Source
Nested Schema : personProfiles-phones-item-response
Type: object
Show Source
  • Links
  • Title: Area Code
    Maximum Length: 20
    The area code within a country code.
  • Title: Country Code
    Maximum Length: 10
    The international country code for a telephone number. For example, 33 for France.
  • Title: Phone Extension
    Maximum Length: 20
    The extension number for a phone number.
  • Title: Phone ID
    Read Only: true
    The unique identifier for the phone number.
  • Title: Phone Number
    Maximum Length: 40
    The telephone number formatted in the local format. The number should not include area code, country code, or extension.
  • Title: Preferred
    Maximum Length: 1
    Default Value: false
    Indicates the preferred phone number.
  • Title: Purpose
    Maximum Length: 30
    The type of purpose for phone contact, such as work, emergency, and home. A list of accepted values is defined in the lookup type ORA_HEY_PHONE_CONTACT_PURPOSE.
  • Title: Purpose
    Read Only: true
    Maximum Length: 80
    The meaning of the purpose code. A list of accepted values is defined in the lookup type ORA_HEY_PHONE_CONTACT_PURPOSE.
Nested Schema : personProfiles-proxies-item-response
Type: object
Show Source
Nested Schema : personProfiles-races-item-response
Type: object
Show Source
Nested Schema : personProfiles-securityRoles-item-response
Type: object
Show Source
Nested Schema : personProfiles-socialNetworks-item-response
Type: object
Show Source
  • Links
  • Title: Preferred
    Maximum Length: 1
    Default Value: false
    Indicates the preferred social network address.
  • Title: Provider
    Maximum Length: 30
    The instant messaging type such as Yahoo, MSN or ICQ. A list of accepted values is defined in the lookup type HZ_INSTANT_MESSENGER_TYPE.
  • Title: Provider
    The meaning of the provider code. A list of accepted values is defined in the lookup type HZ_INSTANT_MESSENGER_TYPE.
  • Title: Social Network Address
    Maximum Length: 200
    The social network address of the person.
  • Title: Social Network ID
    Read Only: true
    The unique identifier for the social network.
Nested Schema : personProfiles-studentCurriculums-item-response
Type: object
Show Source
Back to Top