@dialstack/sdk / index / DeviceUserAssignment
Interface: DeviceUserAssignment
Defined in: sdk/src/types/device.ts:134
A user assignment on a device, present on /v1/devices responses fetched
with expand[]=users. On deskphones one assignment exists per assigned
line; on DECT handsets one per extension.
Properties
created_at
created_at: string;
Defined in: sdk/src/types/device.ts:142
ISO 8601 timestamp
device_id
device_id: string;
Defined in: sdk/src/types/device.ts:138
TypeID of the device
line_number?
optional line_number?: number;
Defined in: sdk/src/types/device.ts:140
Line number on the device (deskphones; 1-based)
user?
optional user?: object;
Defined in: sdk/src/types/device.ts:144
Assigned user summary (when eager-loaded)
email?
optional email?: string | null;
id
id: string;
name?
optional name?: string | null;
user_id
user_id: string;
Defined in: sdk/src/types/device.ts:136
TypeID of the assigned user