remiges-tech / idshield

Keycloak based authentication, authorization and user management service
0 stars 5 forks source link

WSC: userlist() #6

Open remiges-aniket opened 11 months ago

remiges-aniket commented 11 months ago

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.

Reference : userlist()