Enterprise User Stats

APIs.ioEngineeringPlatform

Properties

Name Type Description
total_users integer
admin_users integer
suspended_users integer
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-enterprise-user-overview-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/enterprise-user-overview",
  "title": "Enterprise User Stats",
  "type": "object",
  "properties": {
    "total_users": {
      "type": "integer"
    },
    "admin_users": {
      "type": "integer"
    },
    "suspended_users": {
      "type": "integer"
    }
  },
  "required": [
    "total_users",
    "admin_users",
    "suspended_users"
  ]
}