Skip to main content

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

Interface: User

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

Properties​

config?​

TypeScript
optional config?: UserConfig;

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


created_at​

TypeScript
created_at: string;

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


do_not_disturb​

TypeScript
do_not_disturb: boolean;

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

Whether server-side do-not-disturb is enabled: when true, the calling path declines calls to this user. Always emitted on responses.


email​

TypeScript
email: string | null;

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


extensions?​

TypeScript
optional extensions?: ListResponse<Extension>;

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

Extensions assigned to this user. Present only when the request includes expand: ['extensions'].


id​

TypeScript
id: string;

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


location?​

TypeScript
optional location?: string | null;

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

ID of this user's service location, used for tax jurisdiction and regulatory fees on their seat.

Must agree with the location of any device the user holds: a seat is sourced from its device first, so this either names that same location or is null. A user with no located device resolves to the account's main location. In both cases null is a correct answer, not a missing one.


name​

TypeScript
name: string | null;

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


updated_at​

TypeScript
updated_at: string;

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