Project

General

Profile

Task #17922

WSC: userlist()

Added by Sachin Divekar about 1 year ago. Updated about 1 year ago.

Status:
New
Priority:
Normal
Assignee:
-
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 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.

Reference : userlist()

#1

Updated by Shuvam Misra about 1 year ago

  • Target version set to Sprint 26 Apr

Also available in: Atom PDF