Users.getTotalCount (Method)
Returns a structure containing the number of active and inactive users as well as the total number of users.
Returns:
Users_GetTotalCount_Struct (struct)
Each row of the returned query results has the following fields:
Field Name | Type | Description |
---|---|---|
activeusers | Integer | How many active users exist within a company or site. |
inactiveusers | Integer | The number of inactive users that exist within a company or site. |
totalusers | Integer | The total number of CommonSpot users within a company or site. |
Context:
License Requirements | None |
Permission Requirements | ContributorOrServerCode |
Deny Context | None |
Require Context | None |
Author Lock | (not required) |
Transaction Logging | Transaction logging is disabled for this method |
Customization | Customization is not supported for this method. |
Error Codes:
None
Notes:
None