Skip to main content

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

Interface: UserUpdateParams

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

Properties​

config?​

TypeScript
optional config?: object;

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

find_me_follow_me?​

TypeScript
optional find_me_follow_me?: FMFM | null;

Replace the user's Find-Me/Follow-Me sequence. Pass null to remove it and ring their devices directly. Omit to leave unchanged.

mobile_push_wakeup?​

TypeScript
optional mobile_push_wakeup?: boolean;

do_not_disturb?​

TypeScript
optional do_not_disturb?: boolean;

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

Enable or disable server-side do-not-disturb. Omit to leave unchanged.


email?​

TypeScript
optional email?: string;

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


location?​

TypeScript
optional location?: string | null;

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

Assign the user's service location, or pass null to clear it back to the device-derived / main-location default. Omit to leave unchanged.


name?​

TypeScript
optional name?: string;

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