2021-05-31 05:28:43 +00:00
|
|
|
type: object
|
|
|
|
properties:
|
|
|
|
name:
|
|
|
|
type: string
|
|
|
|
description: Name of the user
|
|
|
|
email:
|
|
|
|
type: string
|
|
|
|
description: Email of the user
|
|
|
|
password:
|
|
|
|
type: string
|
|
|
|
description: Password must contain uppercase, lowercase letters, number and a special character
|
2021-09-02 12:59:45 +00:00
|
|
|
custom_attributes:
|
|
|
|
type: object
|
|
|
|
description: Custom attributes you want to associate with the user
|
2021-05-31 05:28:43 +00:00
|
|
|
|