Documentation
user
User representation. Anyone with access to the VPT API 1.0 system.
Permissions are determined by the values of its fields.
attributes
[string:email]
User email. This is also the user's id for login. Every notification will be sent to this address.
emailcc
[string:email]
User´s emailcc. If exists, every notification will be also sent to this address.
name
[string]
User´s name.
isactive
[boolean]
Defines wether the user is active.
isadministrator
[boolean]
Defines wether the user is an admin.
cangetvouchers
[boolean]
Defines wether the user can get the vouchers of a reservation.
cangetnet
[boolean]
Defines wether the user can get the net price of a reservationService.
canvoid
[boolean]
Defines wether the user can void reservations wich fall into penalty.
canseeaccount
[boolean]
Defines wether the user can get the client payment data.