Return user schema

This API will provide information about the fields to be populated using other user data APIs.

Prerequisites

The fields must be set as API exposed on Field manager.

Expected Return

This API will return all the fields set as API exposed on the Field manager with their possible values.

Example:

{
  "awardCertificateName": "String",
  "campus": "'London Campus, UK' OR 'Bulle Campus, Switzerland' OR 'Glion Campus, Switzerland'",
  "citiType": "'GEID' OR 'SOEID' OR 'Citi EMail' OR 'RITS ID ' OR 'I don't remember'",
  "communicationEmailAddress": "String",
  "company": "'Your Corp' OR 'My Corp' OR 'Our Corp' OR 'Their Corp' OR 'Her Corp' OR 'His Corp' OR 'Other'",
  "emailAtCompany": "Enter firstname.lastname||Enter mailbox domain",
  "employmentStatus": "'Not Employed' OR 'Self-Employed' OR 'Sabbatical' OR 'Employed' OR 'Retired'",
  "employmentType": "'neither' OR 'Award holder' OR 'I didn't work at Yourcorp' OR 'Service Provider' OR 'Consultant' OR 'External ' OR 'Contractor' OR 'Intern' OR 'Employee'",
  "endDateAtCompany": "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'",
  "experience": [
    {
      "employmentEndDate": "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"
    }
  ],
  "firstName": "String",
  "functionOrBusiness": "'Other' OR 'Legal' OR 'Operations' OR 'Technology' OR 'Human Resources' OR 'Finance' OR 'Communications' OR 'Marketing' OR 'Service' OR 'Sales' OR 'Editorial'",
  "jobRoleInsideCompany": "'Other' OR 'Admin' OR 'Employee/Associate' OR 'Team Leader' OR 'Asst Manager' OR 'Manager' OR 'Senior Manager' OR 'Director' OR 'Vice President' OR 'SVP/Managing Director' OR 'C-Suite'",
  "joinReason": "String",
  "lastCompletedAwardCountry": "String",
  "lastCompletedAwardLevel": "'Bronze' OR 'Silver' OR 'Gold'",
  "lastCompletedAwardOrganisation": "String",
  "lastCompletedAwardYear": "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'",
  "lastName": "String",
  "otherFunctionOrBusiness": "String",
  "otherReferralChannel": "String",
  "over18Years": "'No' OR 'Yes'",
  "position": "String",
  "region": "String",
  "startDateAtCompany": "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'",
  "subFunctionOrBusiness": "'Other Sales' OR 'Sales 3' OR 'Sales 2' OR 'Sales 1' OR 'Other Service' OR 'Service 3' OR 'Service 2' OR 'Service 1' OR 'Other Editorial' OR 'Editorial 3' OR 'Editorial 2' OR 'Editorial 1'",
  "textInputCustomValidation": "String",
  "verifierEmail": "Enter firstname.lastname||Enter mailbox domain",
  "yearOfBirth": "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'",
  "yearsOfExperienceAtField": "'0 - 2 years' OR '3 - 5 years' OR '6 - 10 years' OR '11 - 15 years' OR '16 - 20 years' OR '20+ years'",
  "yearsOfExperienceInCompany": "'0 - 2 years' OR '3 - 5 years' OR '6 - 10 years' OR '11 - 15 years' OR '16 - 20 years' OR '20+ years'"
}