General Information
...
Service | API | Method |
---|---|---|
urac | /admin/users/count | GET |
...
Name | Source | Mandatory | Type | Special Format | Description | tIdQuery | NO | String | N/A | If set, the api will return the users' count of a specific tenant; else the api returns all the users' count in the database |
---|
Output
...
Valid Response
Code Block | ||||
---|---|---|---|---|
| ||||
{ "result": true, "data": { "count": 12 } } |
...
Code Block | ||||
---|---|---|---|---|
| ||||
> CURL -X GET http://127.0.0.1:4000/urac/admin/users/count?tId=5551aca9e179c39b760f7a1a |
Response
Code Block | ||||
---|---|---|---|---|
| ||||
{ "result": true, "data": { "count": 12 } } |
...