Preparing search index...
The search index is not available
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
@mozaic-io/mozaic-sdk-node
api/api
EndUser
Interface EndUser
Represents an end user, which is part of a tenant. export EndUser
interface
EndUser
{
id
?:
null
|
string
;
is_new
?:
boolean
;
tenant_id
?:
null
|
string
;
}
Index
Properties
id?
is_
new?
tenant_
id?
Properties
Optional
id
id
?:
null
|
string
Optional
is_
new
is_
new
?:
boolean
Optional
tenant_
id
tenant_
id
?:
null
|
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
is_
new
tenant_
id
@mozaic-io/mozaic-sdk-node - v1.0.2-alpha.4
Loading...
Represents an end user, which is part of a tenant. export EndUser