Skip to main content

createUser

createUser

Request Body REQUIRED
email string REQUIRED
memoriesEnabled boolean
name string REQUIRED
notify boolean
password string REQUIRED
quotaSizeInBytes int64

Possible values: 1 ≤ value

shouldChangePassword boolean
storageLabel string
Responses
201
Schema OPTIONAL
avatarColor string

Possible values: [primary, pink, red, yellow, blue, green, purple, orange, gray, amber]

createdAt date-time
deletedAt date-time
email string
id string
isAdmin boolean
memoriesEnabled boolean OPTIONAL
name string
oauthId string
profileImagePath string
quotaSizeInBytes int64
quotaUsageInBytes int64
shouldChangePassword boolean
status string

Possible values: [active, removing, deleted]

storageLabel string
updatedAt date-time
createUser
POST /user
Body
Loading...
/api
curl -L -X POST '/api/user' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json'