Skip to content

CRMUser

Defined in: types/crm.ts:98

CRM user record for the connected team. Mirrors the iOS GRDBCRMUser.toJSON() output.

id: string;

Defined in: types/crm.ts:99


is_active: boolean;

Defined in: types/crm.ts:100


name: string;

Defined in: types/crm.ts:101


slug: string;

Defined in: types/crm.ts:102


first_name: string;

Defined in: types/crm.ts:103


last_name: string;

Defined in: types/crm.ts:104


email: string;

Defined in: types/crm.ts:105


username: string;

Defined in: types/crm.ts:106


phone: string;

Defined in: types/crm.ts:107


title: string;

Defined in: types/crm.ts:108


company_name: string;

Defined in: types/crm.ts:109


profile_id: string;

Defined in: types/crm.ts:110


profile_name: string;

Defined in: types/crm.ts:111


role_id: string;

Defined in: types/crm.ts:112


role_name: string;

Defined in: types/crm.ts:113


updated_at: string | null;

Defined in: types/crm.ts:114