Parameter | Description |
---|---|
Comparison Operator | The comparison operator for the filter condition. |
Field | The name of the data field to which the condition applies. |
Parameter | Description |
---|---|
End Time | Query for changed files until given timestamp. |
Start Time | Query for changed files since given timestamp. |
Value | The value that the condition checks for in the specified field. Use this attribute when specifying a single value. |
{
"data": {
"name": "Support",
"company": "LW",
"email": "user@example.com",
"userGuid": "LWXYZ...",
"userEnabled": 1,
"type": "StandardUser",
"userGroups": [
{
"userGroupGuid": "BCFKL_1233245",
"userGroupName": "User group name"
}
],
"lastLoginTime": 1234567891011,
"orgAccess": "NO_ORG_ACCESS"
}
}
Was this page helpful?