General Information
...
Service | API | Method |
---|---|---|
urac | /admin/users/count | GET |
...
Name | Source | Mandatory | Type | Special Format | Description | tId | Query | 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 } } |
...