GET v1/entities({CompanyId})/users/getCount
Returns Number of Users in a Company
Information:
Base URL:
https://api.covasoft.net/usermanager
Example of a call would be:
https://api.covasoft.net/usermanager/v1/entities({CompanyId})/users/getCount
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId |
The unique Company Id that was provided in your onboarding pacakage |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Number of Users in a Company
GetNumberOfUsersReturn| Name | Description | Type | Additional information |
|---|---|---|---|
| Count | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Count": 1
}