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


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