timelimit-server/docs/schema/serverdatastatus-definitions-serveruserentry.md
2021-05-24 02:00:00 +02:00

12 KiB

ServerUserEntry Schema

https://timelimit.io/ServerDataStatus#/definitions/ServerUserEntry
Abstract Extensible Status Identifiable Custom Properties Additional Properties Access Restrictions Defined In
Can be instantiated No Unknown status No Forbidden Forbidden none ServerDataStatus.schema.json*

ServerUserEntry Type

object (ServerUserEntry)

ServerUserEntry Properties

Property Type Required Nullable Defined by
id string Required cannot be null ServerDataStatus
name string Required cannot be null ServerDataStatus
password string Required cannot be null ServerDataStatus
secondPasswordSalt string Required cannot be null ServerDataStatus
type string Required cannot be null ServerDataStatus
timeZone string Required cannot be null ServerDataStatus
disableLimitsUntil number Required cannot be null ServerDataStatus
mail string Required cannot be null ServerDataStatus
currentDevice string Required cannot be null ServerDataStatus
categoryForNotAssignedApps string Required cannot be null ServerDataStatus
relaxPrimaryDevice boolean Required cannot be null ServerDataStatus
mailNotificationFlags number Required cannot be null ServerDataStatus
blockedTimes string Required cannot be null ServerDataStatus
flags number Required cannot be null ServerDataStatus
llc string Optional cannot be null ServerDataStatus
pbd number Optional cannot be null ServerDataStatus

id

id

id Type

string

name

name

name Type

string

password

password

password Type

string

secondPasswordSalt

secondPasswordSalt

secondPasswordSalt Type

string

type

type

type Type

string

type Constraints

enum: the value of this property must be equal to one of the following values:

Value Explanation
"child"
"parent"

timeZone

timeZone

timeZone Type

string

disableLimitsUntil

disableLimitsUntil

disableLimitsUntil Type

number

mail

mail

mail Type

string

currentDevice

currentDevice

currentDevice Type

string

categoryForNotAssignedApps

categoryForNotAssignedApps

categoryForNotAssignedApps Type

string

relaxPrimaryDevice

relaxPrimaryDevice

relaxPrimaryDevice Type

boolean

mailNotificationFlags

mailNotificationFlags

mailNotificationFlags Type

number

blockedTimes

blockedTimes

blockedTimes Type

string

flags

flags

flags Type

number

llc

llc

llc Type

string

pbd

pbd

pbd Type

number