v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
Team Users

Get number of team users with roles

This function returns the current and maximum number of team users with roles.

get/Team/get_team_users_with_roles_count

Response

HTTP Request was successful.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "get_team_users_with_roles_count",
  "module": "Team",
  "result": {
    "data": {
      "max": 7,
      "used": 2
    },
    "metadata": {
      "transformed": 1
    },
    "status": 1
  }
}