GET api/Session/ActiveUsers

Retrieves Seat and License Counts for Internal and External Users

Request Information

Request body formats

text/plain

Sample:
No body required. Body is ignored.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "InternalLicensedSeatCount": 1,
  "ActiveInternalUserCount": 2,
  "ExternalLicensedSeatCount": 3,
  "ExternalUserCount": 4,
  "ActiveExternalUserCount": 5
}