Preparing search index...
The search index is not available
@getzep/zep-js
@getzep/zep-js
UpdateUserRequest
Class UpdateUserRequest
Implements
IUpdateUserRequest
Index
Constructors
constructor
Properties
email?
first_
name?
last_
name?
metadata?
user_
id
uuid?
Methods
to
Dict
Constructors
constructor
new
Update
User
Request
(
__namedParameters
)
:
UpdateUserRequest
Parameters
__namedParameters
:
{
email
?:
string
;
first_name
?:
string
;
last_name
?:
string
;
metadata
?:
Record
<
string
,
any
>
;
user_id
:
string
;
uuid
?:
string
;
}
Optional
email
?:
string
Optional
first_
name
?:
string
Optional
last_
name
?:
string
Optional
metadata
?:
Record
<
string
,
any
>
user_
id
:
string
Optional
uuid
?:
string
Returns
UpdateUserRequest
Properties
Optional
email
email
?:
string
Optional
first_
name
first_
name
?:
string
Optional
last_
name
last_
name
?:
string
Optional
metadata
metadata
?:
Record
<
string
,
any
>
user_
id
user_
id
:
string
Optional
uuid
uuid
?:
string
Methods
to
Dict
to
Dict
(
)
:
IUpdateUserRequest
Returns
IUpdateUserRequest
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
constructor
email
first_
name
last_
name
metadata
user_
id
uuid
to
Dict
@getzep/zep-js
Loading...