API : missing max_user_number

Hello,

I am trying to use Seafile API but when performing a “Get Organizations” or a “Get Organization Info” request, here is what I get :

Array
(
    [org_name] => Company
    [quota_usage] => 4411775654
    [ctime] => 2015-04-14T11:03:56+02:00
    [creator_name] => User Name
    [creator_email] => user@domain.tld
    [org_id] => 1
    [quota] => 10485760000
    [creator_contact_email] => user@domain.tld
    [org_url_prefix] => company
)

And here is what the documentation says that I should get :

{
    "org_name": "org",
    "quota_usage": 1059777,
    "ctime": "2018-08-09T12:48:56+08:00",
    "creator_name": "org-admin-user",
    "max_user_number": 1232,
    "creator_email": "org@org.com",
    "org_id": 3,
    "quota": -2,
    "creator_contact_email": "org@org.com",
    "org_url_prefix": "org_l0l4xd"
}

Any idea to what happened to the max_user_number field ?