CRMUser
Defined in: types/crm.ts:98
CRM user record for the connected team.
Mirrors the iOS GRDBCRMUser.toJSON() output.
Properties
Section titled “Properties”id: string;Defined in: types/crm.ts:99
is_active
Section titled “is_active”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
Section titled “first_name”first_name: string;Defined in: types/crm.ts:103
last_name
Section titled “last_name”last_name: string;Defined in: types/crm.ts:104
email: string;Defined in: types/crm.ts:105
username
Section titled “username”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
Section titled “company_name”company_name: string;Defined in: types/crm.ts:109
profile_id
Section titled “profile_id”profile_id: string;Defined in: types/crm.ts:110
profile_name
Section titled “profile_name”profile_name: string;Defined in: types/crm.ts:111
role_id
Section titled “role_id”role_id: string;Defined in: types/crm.ts:112
role_name
Section titled “role_name”role_name: string;Defined in: types/crm.ts:113
updated_at
Section titled “updated_at”updated_at: string | null;Defined in: types/crm.ts:114