Skip to main content

@dialstack/sdk-dev / server/src / UserCreateParams

Interface: UserCreateParams

Defined in: sdk/server/src/index.ts:623

Properties​

email?​

TypeScript
optional email?: string;

Defined in: sdk/server/src/index.ts:625


location?​

TypeScript
optional location?: string;

Defined in: sdk/server/src/index.ts:630

Assign the user's service location. Omit to resolve from their device, or the account's main location.


name?​

TypeScript
optional name?: string;

Defined in: sdk/server/src/index.ts:624