Task #17922
WSC: userlist()
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Request
"email": "john@example.com",
"firstName": "John",
"lastName": "Smith",
"emailVerified": true,
"enabled": true,
"attributes": {
"vendor": true
},
"createdafter": "some timestamp",
"editedbefore": "some timestamp",
where all the parameters are optional, and an empty request body too will be acceptable. If a parameter is present, it will be treated as a filter to select a subset of matching records.
- the individual fields in the
attributesobject will be matched against the correspondingattributesin the user records in the system, and the records which have matchingattributeswill be selected. If multiple fields are present in the attributes object in the request, then the matching will be AND-ed, and only those records which match all theattributeswill be selected. createdafter,createdbefore,editedafterandeditedbeforemay be specified as timestamps, to select matching user records based on theircreatedatandeditedatvalues.
Reference : userlist()