Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 662 Bytes

UserJsonldCreate.md

File metadata and controls

14 lines (11 loc) · 662 Bytes

# UserJsonldCreate

Properties

Name Type Description Notes
context string [optional] [readonly]
id string [optional] [readonly]
type string [optional] [readonly]
email string When provided, the email must be unique amongst Users. [optional]
username string The username must be unique amongst Users. [optional]
password string The plain password of the User. [optional]

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