Trakstar · Example Payload

Trakstar Learn User Example

HRHuman ResourcesPerformance ManagementTalent ManagementApplicant TrackingLearning Management360 FeedbackGoal ManagementEmployee DevelopmentPerformance Appraisal

Trakstar Learn User Example is an example object payload from Trakstar, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamefirstNamelastNameusernameemailstatustypepermissionsisOwnergroupscustomfield0customfield1

Example Payload

Raw ↑
{
  "id": 5056086330525,
  "name": "Smith, Jane",
  "firstName": "Jane",
  "lastName": "Smith",
  "username": "jsmith",
  "email": "jsmith@yourorg.com",
  "status": "Active",
  "type": "Trainee",
  "permissions": 169000100,
  "isOwner": 0,
  "groups": [
    {
      "id": 1662730984,
      "name": "Engineering Team"
    }
  ],
  "customfield0": "Austin",
  "customfield1": "Full-Time"
}