Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General Information

...

NameSourceMandatoryTypeSpecial FormatDescription
tIdQueryNOStringN/AIf set, the api will return the users' count of a specific tenant; else the api returns all the users' count in the database

...

Code Block
languagejs
titleError Response Sample
{
    "result":false,
    "errors":{
        "codes":[600400],
        "details":[
            {
                "code": 600400,
                "message": "Database connection error"
            }
        ]
    }
}

...