Retrieves a list of users.
Information: If the authenticated user does not have the explicit
USER_FETCH
permission, the fields are reduced to a minimum.
OK
object | |||||||||||||||||||||||||||||||||||||||||||||||||
|
{- "endRow": 300,
- "oldValues": null,
- "operationType": "fetch",
- "startRow": 0,
- "textMatchStyle": "exact",
- "data": {
- "_constructor": "AdvancedCriteria",
- "operator": "and",
- "criteria": [
- {
- "fieldName": "workflowEmailingActivated",
- "operator": "notEqual",
- "value": true
}
]
}
}
{- "response": {
- "node": "string",
- "startRow": 0,
- "data": [
- {
- "version": 0,
- "typedId": "string",
- "loginName": "string",
- "firstName": "string",
- "lastName": "string",
- "email": "string",
- "activated": true,
- "workflowEmailingActivated": true,
- "noSession": true,
- "requireTFA": true,
- "receiveAdminEmail": true,
- "ssoOnly": true,
- "firstLogin": true,
- "createDate": "string",
- "createdBy": 0,
- "lastLogin": "string",
- "lastUpdateBy": 0
}
], - "endRow": 0,
- "totalRows": 0,
- "status": 0
}
}