General Information
...
Service | API | Method |
---|---|---|
urac | /admin/listUsers | GET |
...
Name | Source | Mandatory | Type | Special Format | Description |
---|---|---|---|---|---|
tId | Query | NO | String | N/A | If set, the api will return the users of a specific tenant; else the api returns all the users in the database |
start | Query | NO | Number | N/A | The start index of the records to get. Default 0 |
limit | Query | NO | Number | N/A | The number of records to get. Default 1000 |
keywords | Query||Body | NO | String | applied towards let rePattern = new RegExp(req.soajs.inputmaskData['keywords'], 'i'); |
Output
...
Valid Response
Code Block | ||||
---|---|---|---|---|
| ||||
{ "result": true, "data": [{ "..." }, // ... ] } |
...