Preparing search index...
The search index is not available
TagoIO SDK for JavaScript and TypeScript
TagoIO SDK for JavaScript and TypeScript
Types
UserCreateInfo
Interface UserCreateInfo
interface
UserCreateInfo
{
active
?:
boolean
;
company
?:
string
;
email
:
string
;
language
?:
string
;
name
:
string
;
options
?:
UserOptions
;
password
:
string
;
phone
?:
string
;
tags
?:
TagsObj
[]
;
timezone
:
string
;
}
Index
Properties
active?
company?
email
language?
name
options?
password
phone?
tags?
timezone
Properties
Optional
active
active
?:
boolean
Optional
company
company
?:
string
email
email
:
string
Optional
language
language
?:
string
name
name
:
string
Optional
options
options
?:
UserOptions
password
password
:
string
Optional
phone
phone
?:
string
Optional
tags
tags
?:
TagsObj
[]
timezone
timezone
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
active
company
email
language
name
options
password
phone
tags
timezone
TagoIO SDK for JavaScript and TypeScript
Loading...