LWT JavaScript API
Preparing search index...
modules/admin/api/users_api
UserPayload
Interface UserPayload
Fields the create and update endpoints accept.
interface
UserPayload
{
email
:
string
;
is_active
:
boolean
;
password
:
string
;
role
:
"user"
|
"admin"
;
username
:
string
;
}
Index
Properties
email
is_
active
password
role
username
Properties
email
email
:
string
is_
active
is_active
:
boolean
password
password
:
string
Empty on update means "leave the password alone".
role
role
:
"user"
|
"admin"
username
username
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
email
is_
active
password
role
username
LWT JavaScript API
Loading...
Fields the create and update endpoints accept.