Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 705 Bytes

File metadata and controls

14 lines (9 loc) · 705 Bytes

UserCreateRequest

Properties

Name Type Description Notes
email Option<String> The email address associated with the account. [optional]
id Option<String> The unique partner-defined identifier for the user. [optional]
is_disabled Option<bool> Indicates whether the user has been disabled. Defaults to false. [optional]
metadata Option<String> Additional information you can store about the user. [optional]

[Back to Model list] [Back to API list] [Back to README]