Preparing search index...
The search index is not available
@getzep/zep-js
@getzep/zep-js
IUpdateUserRequest
Interface IUpdateUserRequest
interface
IUpdateUserRequest
{
email
?:
string
;
first_name
?:
string
;
last_name
?:
string
;
metadata
?:
Record
<
string
,
any
>
;
user_id
:
string
;
uuid
?:
string
;
}
Implemented by
UpdateUserRequest
Index
Properties
email?
first_
name?
last_
name?
metadata?
user_
id
uuid?
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
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
email
first_
name
last_
name
metadata
user_
id
uuid
@getzep/zep-js
Loading...