Interface: User
Defined in: type/User.ts:9
Object class for User
Properties
bankAccount?
optionalbankAccount?:string
Defined in: type/User.ts:33
The Bank Account Number of the user
bic?
optionalbic?:string
Defined in: type/User.ts:35
The Bank Identification Code of the user
cocNumber?
optionalcocNumber?:string
Defined in: type/User.ts:57
The CoC number of the user.
company?
optionalcompany?:string
Defined in: type/User.ts:61
The company of the user.
createdAt?
optionalcreatedAt?:string
Defined in: type/User.ts:51
createdAt field
dateOfBirth?
optionaldateOfBirth?:string
Defined in: type/User.ts:45
The date of birth of the contact.
debtorId?
optionaldebtorId?:string
Defined in: type/User.ts:13
debtorId field
email
email:
string
Defined in: type/User.ts:27
The email of the user.
expires?
optionalexpires?:string
Defined in: type/User.ts:41
The expiration date of the contact. After this date expires contact will be disabled.
externalId?
optionalexternalId?:string
Defined in: type/User.ts:43
External ID
firstName
firstName:
string
Defined in: type/User.ts:17
The first name of the user.
gender?
optionalgender?:Gender
Defined in: type/User.ts:15
The gender of the user.
iban?
optionaliban?:string
Defined in: type/User.ts:31
The International Bank Account Number of the user
isLoggedIn?
optionalisLoggedIn?:boolean
Defined in: type/User.ts:49
isLoggedIn field
lastModifiedAt?
optionallastModifiedAt?:string
Defined in: type/User.ts:53
lastModifiedAt field
lastName
lastName:
string
Defined in: type/User.ts:21
The last name of the user.
login?
optionallogin?:string
Defined in: type/User.ts:29
The login name (email) the account is linked to, generally the same as email address. When null a account has not been linked yet.
loginRoot?
optionalloginRoot?:number
Defined in: type/User.ts:59
The propeller access root for this user. Users with a login root can log into the backoffice and have a supervisor role on the api's
mailingList?
optionalmailingList?:YesNo
Defined in: type/User.ts:47
mailingList field
managedCompanies?
optionalmanagedCompanies?:Company[]
Defined in: type/User.ts:63
Companies managed by the user.
middleName?
optionalmiddleName?:string
Defined in: type/User.ts:19
The middle name of the user.
mobile?
optionalmobile?:string
Defined in: type/User.ts:25
The mobile number of the user.
notes?
optionalnotes?:string
Defined in: type/User.ts:37
notes field
phone?
optionalphone?:string
Defined in: type/User.ts:23
The phone number of the user.
primaryLanguage?
optionalprimaryLanguage?:string
Defined in: type/User.ts:39
The primary language of the user
taxNumber?
optionaltaxNumber?:string
Defined in: type/User.ts:55
The Tax number of the user.
userId
userId:
number
Defined in: type/User.ts:11
The id of the user.