Skip to content

SudoSOS Back-end API / users / CreateUserRequest

Interface: CreateUserRequest ​

Extends ​

Properties ​

canGoIntoDebt ​

ts
canGoIntoDebt: boolean;

Inherited from ​

BaseUserRequest.canGoIntoDebt


email ​

ts
email: string;

Inherited from ​

BaseUserRequest.email


firstName ​

ts
firstName: string;

Inherited from ​

BaseUserRequest.firstName


lastName? ​

ts
optional lastName: string;

Inherited from ​

BaseUserRequest.lastName


nickname? ​

ts
optional nickname: string;

Inherited from ​

BaseUserRequest.nickname


ofAge ​

ts
ofAge: boolean;

Inherited from ​

BaseUserRequest.ofAge


type ​

ts
type: UserType;