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 attributes object will be matched against the corresponding attributes in the user records in the system, and the records which have matching attributes will 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 the attributes will be selected.
createdafter, createdbefore, editedafter and editedbefore may be specified as timestamps, to select matching user records based on their createdat and editedat values.
Request
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.
attributes
object will be matched against the correspondingattributes
in the user records in the system, and the records which have matchingattributes
will 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 theattributes
will be selected.createdafter
,createdbefore
,editedafter
andeditedbefore
may be specified as timestamps, to select matching user records based on theircreatedat
andeditedat
values.Reference : userlist()