Skip to content

SudoSOS Back-end API / users / UpdateUserRequest

Interface: UpdateUserRequest ​

Extends ​

Properties ​

active? ​

ts
optional active?: boolean;

canGoIntoDebt? ​

ts
optional canGoIntoDebt?: boolean;

Inherited from ​

CreateUserRequest.canGoIntoDebt


deleted? ​

ts
optional deleted?: boolean;

email? ​

ts
optional email?: string;

Inherited from ​

CreateUserRequest.email


expiryDate? ​

ts
optional expiryDate?: string;

ISO date at which the account expires; pass null to clear


extensiveDataProcessing? ​

ts
optional extensiveDataProcessing?: boolean;

firstName? ​

ts
optional firstName?: string;

Inherited from ​

CreateUserRequest.firstName


inactiveNotificationSend? ​

ts
optional inactiveNotificationSend?: boolean;

lastName? ​

ts
optional lastName?: string;

Inherited from ​

CreateUserRequest.lastName


nickname? ​

ts
optional nickname?: string;

Inherited from ​

CreateUserRequest.nickname


ofAge? ​

ts
optional ofAge?: boolean;

Inherited from ​

CreateUserRequest.ofAge


productSelfService? ​

ts
optional productSelfService?: boolean;

Whether organ members can manage this organ's products and containers without BAC/GEWIS PM. Only meaningful for organ users.