Get all workers

get

/hcmRestApi/resources/11.13.18.05/publicWorkers

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

    • PrimaryKey Finds all the workers based on the specified primary key attributes.
      Finder Variables
      • PersonId; integer; Unique Identifier for the worker.
    • findAssistant Finds the assistant of the worker based on the specified attributes. The finder retrieves the worker assistant if the personEFF custom context Assistant is defined for the worker. You must create a custom context Assistant for person extensible flexfield where the PEI_INFORMATION_NUMBER1 attribute must be configured to capture the person identifier of the assistant.
      Finder Variables
      • PersonId; integer; Internal identifier for the person whose assistant is to be retrieved.
      • PersonNumber; string; Number assigned to a person to identify the person uniquely. This is the number of the person whose assistant is to be retrieved.
    • findByWorkerAttr Finds all the worker assignments based on the specified attributes.
      Finder Variables
      • AssignmentName; string; Assignment name for the worker assignment.
      • DepartmentName; string; Department name for the worker assignment.
      • DisplayName; string; Display name of the worker.
      • JobName; string; Job name for the worker assignment.
      • LocationCountry; string; Country for the worker assignment.
      • LocationName; string; Location name for the worker assignment.
      • LocationTownOrCity; string; Town or city for the worker assignment.
      • OnlyPrimaryAssignmentFlag; boolean; Indicates whether the finder attributes apply only on the primary assignment of the worker. The default value is false.
      • PersonNumber; string; Person number of the worker.
      • PositionName; string; Position name for the worker assignment.
      • WorkEmail; string; Work email of the worker.
    • findManagers Finds all the worker managers based on the specified attributes.
      Finder Variables
      • AssignmentId; integer; Internal identifier for the assignment of worker whose managers are to be retrieved.
      • AssignmentNumber; string; Unique identifier for the assignment of worker whose managers are to be retrieved.
      • LineManagerFlag; boolean; Indicates whether the manager are retrieved only for line manager relationship. Valid values are true or false. The default value is false.
      • PersonId; integer; Internal identifier for the person whose managers are to be retrieved.
      • PersonNumber; string; Number assigned to a person to identify the person uniquely. This is the number of the person whose managers are to be retrieved.
      • PrimaryAssignmentFlag; boolean; Indicates whether the current assignment is the primary assignment for the worker whose managers are to be retrieved. Valid values are true or false. The default value is false.
      • RelationshipType; string; Type of managerial relationship with the report such as line manager.
    • findPeers Finds all the worker peers based on the specified attributes.
      Finder Variables
      • AssignmentId; integer; Internal identifier for the assignment of the worker whose peers are to be retrieved.
      • AssignmentNumber; string; Unique identifier for the assignment of the worker whose peers are to be retrieved.
      • LineManagerFlag; boolean; Indicates whether the peers are retrieved only for line manager relationship. Valid values are true or false. The default value is false.
      • PersonId; integer; Internal identifier for the person whose peers are to be retrieved.
      • PersonNumber; string; Number assigned to a person to identify the person uniquely. This is the number of the person whose peers are to be retrieved.
      • PrimaryAssignmentFlag; boolean; Indicates whether the current assignment is the primary assignment for the worker whose peers are to be retrieved. Valid values are true or false. The default value is false.
      • RelationshipType; string; Type of managerial relationship with the report such as line manager.
    • findReports Finds all the worker reports based on the specified attributes.
      Finder Variables
      • AssignmentId; integer; Internal identifier for the assignment.
      • AssignmentNumber; string; Unique identifier for the worker assignment.
      • DirectReportsFlag; boolean; Indicates whether only direct reports should be retrieved for the worker. Valid values are true or false. The default value is true.
      • LineManagerFlag; boolean; Indicates whether the reports are retrieved only for line manager relationship. Valid values are true or false. The default value is false.
      • PersonId; integer; Internal identifier for the person whose reports are to be retrieved.
      • PersonNumber; string; Number assigned to a person to identify the person uniquely. This is the number of the person whose reports are to be retrieved.
      • PrimaryAssignmentFlag; boolean; Indicates whether the reports are retrieved for the primary assignment of the worker. Valid values are true or false. The default value is false.
      • RelationshipType; string; Type of managerial relationship with the report such as line manager.
  • 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:
    • DisplayName; string; Person's display name.
    • FirstName; string; Person's first name.
    • FullName; string; Person's full name.
    • KnownAs; string; Person's preferred name.
    • LastName; string; Person's last name.
    • ListName; string; Person's listed name.
    • MilitaryRank; string; Person's military rank.
    • NameInformation1; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation10; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation11; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation12; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation13; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation14; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation15; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation16; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation17; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation18; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation19; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation2; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation20; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation21; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation22; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation23; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation24; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation25; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation26; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation27; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation28; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation29; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation3; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation30; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation4; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation5; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation6; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation7; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation8; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation9; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • OrderName; string; Person's order name.
    • PersonId; integer; Internal identifier for the person.
    • PersonNumber; string; Number assigned to a person to identify the person uniquely. Doesn't depend on the person type such as employee, contingent worker, and so on.
    • PreviousLastName; string; Person's previous last name.
    • Username; string; User name for the person record.
    • WorkEmail; string; Person's work e-mail address.
  • 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 : publicWorkers
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : publicWorkers-item-response
Type: object
Show Source
  • Assignments
    Title: Assignments
    The assignments resource is a child of the publicWorkers resource. It includes all the active assignments of a worker as of the current date.
  • Title: Display Name
    Read Only: true
    Maximum Length: 240
    Person's display name.
  • Title: First Name
    Read Only: true
    Maximum Length: 150
    Person's first name.
  • Title: Full Name
    Read Only: true
    Maximum Length: 2000
    Person's full name.
  • Title: Honors
    Read Only: true
    Maximum Length: 80
    Higher qualification appended to a person's name such as PhD.
  • Title: Known As
    Read Only: true
    Maximum Length: 80
    Person's preferred name.
  • Title: Last Name
    Read Only: true
    Maximum Length: 150
    Person's last name.
  • Links
  • Title: List Name
    Read Only: true
    Maximum Length: 240
    Person's listed name.
  • Messages
    Title: Messages
    The messages resource is a child of the publicWorkers resource. It includes all the available messages of a worker.
  • Title: Middle Names
    Read Only: true
    Maximum Length: 80
    Person's middle name.
  • Title: Military Rank
    Read Only: true
    Maximum Length: 80
    Person's military rank.
  • Title: Name Information 1
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 10
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 11
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 12
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 13
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 14
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 15
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 16
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 17
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 18
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 19
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 2
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 20
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 21
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 22
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 23
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 24
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 25
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 26
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 27
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 28
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 29
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 3
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 30
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 4
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 5
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 6
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 7
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 8
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 9
    Read Only: true
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Order Name
    Read Only: true
    Maximum Length: 240
    Person's order name.
  • Other Communication Accounts
    Title: Other Communication Accounts
    The otherCommunicationAccounts resource is a child of the publicWorkers resource. It includes all the other communication accounts of a worker.
  • Read Only: true
    Internal identifier for the person.
  • Title: Person Number
    Read Only: true
    Maximum Length: 30
    Number assigned to a person to identify the person uniquely. Doesn't depend on the person type such as employee, contingent worker, and so on.
  • Phones
    Title: Phones
    The phones resource is a child of the publicWorkers resource. It includes all the available phone numbers of a worker.
  • Photos
    Title: Photos
    The photos resource is a child of the publicWorkers resource. It includes all the available photos of a worker.
  • Title: Prefix
    Read Only: true
    Maximum Length: 150
    Part of the name added before a person's first name.
  • Title: Previous Last Name
    Read Only: true
    Maximum Length: 150
    Person's previous last name.
  • Title: Suffix
    Read Only: true
    Maximum Length: 80
    Part of the name appended to a person's last name such as Jr., III, and so on.
  • Title: Title
    Read Only: true
    Maximum Length: 30
    Person's salutation such as Mr., Ms., and so on.
  • Title: User Name
    Read Only: true
    Maximum Length: 100
    User name for the person record.
  • Title: Work Email
    Read Only: true
    Maximum Length: 240
    Person's work e-mail address.
Nested Schema : Assignments
Type: array
Title: Assignments
The assignments resource is a child of the publicWorkers resource. It includes all the active assignments of a worker as of the current date.
Show Source
Nested Schema : Messages
Type: array
Title: Messages
The messages resource is a child of the publicWorkers resource. It includes all the available messages of a worker.
Show Source
Nested Schema : Other Communication Accounts
Type: array
Title: Other Communication Accounts
The otherCommunicationAccounts resource is a child of the publicWorkers resource. It includes all the other communication accounts of a worker.
Show Source
Nested Schema : Phones
Type: array
Title: Phones
The phones resource is a child of the publicWorkers resource. It includes all the available phone numbers of a worker.
Show Source
Nested Schema : Photos
Type: array
Title: Photos
The photos resource is a child of the publicWorkers resource. It includes all the available photos of a worker.
Show Source
Nested Schema : publicWorkers-assignments-item-response
Type: object
Show Source
Nested Schema : All Reports
Type: array
Title: All Reports
The allReports resource is a child of the assignments resource. It includes all the reports of a worker as of the current date for a specific assignment.
Show Source
Nested Schema : All Reports Departments
Type: array
Title: All Reports Departments
The allReportsDepartments resource is a child of the assignments resource. It includes all the distinct departments that all the reports of a worker belong to, as of the system date for a specific assignment.
Show Source
Nested Schema : All Reports Locations
Type: array
Title: All Reports Locations
The allReportsLocations resource is a child of the assignments resource. It includes all the distinct locations that all the reports of a worker belong to, as of the system date for a specific assignment.
Show Source
Nested Schema : Direct Reports
Type: array
Title: Direct Reports
The directReports resource is a child of the assignments resource. It includes all the direct reports of a worker as of the system date for a specific assignment.
Show Source
Nested Schema : Employment History
Type: array
Title: Employment History
The employmentHistory resource is a child of the assignments resource. It includes the employment history of a worker.
Show Source
Nested Schema : Managers
Type: array
Title: Managers
The managers resource is a child of the assignments resource. It includes all the managers of a worker.
Show Source
Nested Schema : Representatives
Type: array
Title: Representatives
The representatives resource is a child of the assignments resource. It includes all the worker representatives as of the current date.
Show Source
Nested Schema : publicWorkers-assignments-allReports-item-response
Type: object
Show Source
Nested Schema : publicWorkers-assignments-allReportsDepartments-item-response
Type: object
Show Source
Nested Schema : publicWorkers-assignments-allReportsLocations-item-response
Type: object
Show Source
Nested Schema : publicWorkers-assignments-directReports-item-response
Type: object
Show Source
Nested Schema : publicWorkers-assignments-employmentHistory-item-response
Type: object
Show Source
Nested Schema : publicWorkers-assignments-managers-item-response
Type: object
Show Source
Nested Schema : publicWorkers-assignments-representatives-item-response
Type: object
Show Source
Nested Schema : publicWorkers-messages-item-response
Type: object
Show Source
Nested Schema : publicWorkers-otherCommunicationAccounts-item-response
Type: object
Show Source
Nested Schema : publicWorkers-phones-item-response
Type: object
Show Source
Nested Schema : publicWorkers-photos-item-response
Type: object
Show Source
Back to Top

Examples

The following example shows how to retrieve all the workers by submitting a GET request on the REST resource using cURL.

curl  -i -u ""<username>:<password> -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -H "REST-Framework-Version: 4" -X GET "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/publicWorkers"

Example of Response Header

The following is an example of the response header.

Status: HTTP/1.1 200 OK
Content-Type: application/json

Example of Response Body

The following example shows the contents of the response body in JSON format.

{
    "items": [
        {
            "PersonId": 300100026051334,
            "PersonNumber": "955160008176019",
            "LastName": "White",
            "FirstName": "Ross",
            "Title": null,
            "PreNameAdjunct": null,
            "Suffix": null,
            "MiddleNames": null,
            "Honors": null,
            "KnownAs": null,
            "DisplayName": "Ross White",
            "ListName": "White, Ross",
            "WorkEmail": "Ross.White@ymail.com",
            "Username": "Ross.White"
            "links" : [5]
        },
        {
            "PersonId": 300100026061694,
            "PersonNumber": "955160008176029",
            "LastName": "Ball",
            "FirstName": "Matt",
            "Title": null,
            "PreNameAdjunct": null,
            "Suffix": null,
            "MiddleNames": null,
            "Honors": null,
            "KnownAs": null,
            "DisplayName": "Matt Ball",
            "ListName": "Ball, Matt",
            "WorkEmail": "Matt.Ball@ymail.com",
            "Username": "Matt.Ball"
            "links" : [5]
        },
        {
            "PersonId": 300100026062598,
            "PersonNumber": "955160008176030",
            "LastName": "Aaron",
            "FirstName": "Susan",
            "Title": null,
            "PreNameAdjunct": null,
            "Suffix": null,
            "MiddleNames": null,
            "Honors": null,
            "KnownAs": null,
            "DisplayName": "Susan Aaron",
            "ListName": "Aaron, Susan",
            "WorkEmail": "Susan.Aaron@ymail.com",
            "Username": "Susan.Aaron"
            "links" : [5]
        },
        {
            "PersonId": 300100026191328,
            "PersonNumber": "955160008176063",
            "LastName": "White",
            "FirstName": "Laura",
            "Title": null,
            "PreNameAdjunct": null,
            "Suffix": null,
            "MiddleNames": null,
            "Honors": null,
            "KnownAs": null,
            "DisplayName": "Laura White",
            "ListName": "White, Laura",
            "WorkEmail": "Laura.White@ymail.com",
            "Username": "Laura.White"
            "links" : [5]
        },
        {
            "PersonId": 300100026197786,
            "PersonNumber": "955160008176070",
            "LastName": "Mahajan",
            "FirstName": "Kapil",
            "Title": null,
            "PreNameAdjunct": null,
            "Suffix": null,
            "MiddleNames": null,
            "Honors": null,
            "KnownAs": null,
            "DisplayName": "Kapil Mahajan",
            "ListName": "Mahajan, Kapil",
            "WorkEmail": "kapil.mahajan@ymail.com",
            "Username": "kapil.mahajan"
			     "links": [5]
                {
                  ...}
            ]
}
Back to Top