Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

These are the data objects that can be accessed and/or modified via the API.
 

Client

Defines a client in the system.

ParameterTypeValue
__objtypeString'Client'
idStringClient ID
nameStringClient login name
fullNameStringClient display name
activeBooleanTrue if the client is active
maxConcurrentUsersIntegerNumber of max concurrent user for this client. 0 if unlimited (limited by TermWeb license)
maxUserAccountsIntegerNumber of max user accounts for this client. 0 if unlimited (limited by TermWeb license)

Example:

{
   "__objtype": "Client",
   "id": "1073709059",
   "name": "admin",
   "fullName": "Administrator client",
   "active": true,
   "maxConcurrentUsers": 0,
   "maxUserAccounts": 0
}
  • No labels