Preparing search index...
The search index is not available
TagoIO SDK for JavaScript and TypeScript
TagoIO SDK for JavaScript and TypeScript
Types
UserInfo
Interface UserInfo
interface
UserInfo
{
active
:
boolean
;
company
?:
string
;
created_at
:
Date
;
email
:
string
;
id
:
string
;
language
?:
string
;
last_login
:
Date
;
name
:
string
;
newsletter
:
boolean
;
options
:
object
;
phone
?:
string
;
profile
:
string
;
tags
:
TagsObj
[]
;
timezone
:
string
;
updated_at
:
Date
;
}
Hierarchy
Omit
<
UserCreateInfo
,
"password"
>
UserInfo
Index
Properties
active
company?
created_
at
email
id
language?
last_
login
name
newsletter
options
phone?
profile
tags
timezone
updated_
at
Properties
active
active
:
boolean
Optional
company
company
?:
string
created_
at
created_
at
:
Date
email
email
:
string
id
id
:
string
Optional
language
language
?:
string
last_
login
last_
login
:
Date
name
name
:
string
newsletter
newsletter
:
boolean
options
options
:
object
Optional
phone
phone
?:
string
profile
profile
:
string
tags
tags
:
TagsObj
[]
timezone
timezone
:
string
updated_
at
updated_
at
:
Date
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
active
company
created_
at
email
id
language
last_
login
name
newsletter
options
phone
profile
tags
timezone
updated_
at
TagoIO SDK for JavaScript and TypeScript
Loading...