Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
{
    "data": [
        {
            "id": 4,
            "email": "test@example.com",
            "name": "Test1",
            "ssoPrincipal": null,
            "hadoopPrincipal": null,
            "isAdmin": false,
            "outputHomeDir": "/trifacta/queryResults/test@example.com",
            "isDisabled": false,
            "forcePasswordChange": false,
            "state": "active",
            "lastStateChange": null,
            "createdAt": "2019-01-09T20:23:31.560Z",
            "updatedAt": "2019-01-09T20:25:03.000Z",
            "fileUploadPath": "/trifacta/uploads",
            "lastLoginTime": "2019-05-23T10:22:44.532Z",
            "awsConfig": null
        },
        {
            "id": 3,
            "email": "95203645@example.com",
            "name": "Test User95203645",
            "ssoPrincipal": null,
            "hadoopPrincipal": null,
            "isAdmin": false,
            "outputHomeDir": "/trifacta/queryResults/95203645@example.com",
            "isDisabled": false,
            "forcePasswordChange": false,
            "state": "active",
            "lastStateChange": null,
            "createdAt": "2019-01-09T10:39:50.310Z",
            "updatedAt": "2019-01-09T10:39:50.349Z",
            "fileUploadPath": "/trifacta/uploads",
            "lastLoginTime": "2019-05-24T12:12:45.581Z",
            "awsConfig": null
        },
        {
            "id": 2,
            "email": "83466845@example.com",
            "name": "Test User83466845",
            "ssoPrincipal": null,
            "hadoopPrincipal": null,
            "isAdmin": false,
            "outputHomeDir": "/trifacta/queryResults/83466845@example.com",
            "isDisabled": false,
            "forcePasswordChange": false,
            "state": "active",
            "lastStateChange": null,
            "createdAt": "2019-01-09T09:21:13.501Z",
            "updatedAt": "2019-01-09T09:21:13.548Z",
            "fileUploadPath": "/trifacta/uploads",
            "lastLoginTime": "2019-05-22T07:11:24.921Z",
            "awsConfig": null
        },
        {
            "id": 1,
            "email": "admin@example.com",
            "name": "Administrator",
            "ssoPrincipal": null,
            "hadoopPrincipal": null,
            "isAdmin": true,
            "outputHomeDir": "/trifacta/queryResults/admin@example.com",
            "isDisabled": false,
            "forcePasswordChange": false,
            "state": "active",
            "lastStateChange": null,
            "createdAt": "2019-01-09T08:40:02.555Z",
            "updatedAt": "2019-01-09T08:40:02.647Z",
            "fileUploadPath": "/trifacta/uploads",
            "lastLoginTime": "2019-05-21T04:11:09.421Z",
            "awsConfig": null
        }
    ]
}

...