These are the data objects that can be accessed and/or modified via the API.
Client
Defines a client in the system.
Parameter | Type | Value |
---|---|---|
__objtype | String | 'Client' |
id | String | Client ID |
name | String | Client login name |
fullName | String | Client display name |
active | Boolean | True if the client is active |
maxConcurrentUsers | Integer | Number of max concurrent user for this client. 0 if unlimited (limited by TermWeb license) |
maxUserAccounts | Integer | Number 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 }