LWT JavaScript API
Preparing search index...
modules/admin/api/users_api
UserMutationResponse
Interface UserMutationResponse
Envelope returned by the mutating endpoints.
interface
UserMutationResponse
{
error
?:
string
;
errors
?:
string
[]
;
id
?:
number
;
success
:
boolean
;
}
Index
Properties
error?
errors?
id?
success
Properties
Optional
error
error
?:
string
Optional
errors
errors
?:
string
[]
Optional
id
id
?:
number
success
success
:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
error
errors
id
success
LWT JavaScript API
Loading...
Envelope returned by the mutating endpoints.