The UserCreate payload.

This is used when a user is initially first created. For authentication payloads check SessionCreate.


Example

{
"username": "yendri",d
"email": "yendri@llamoyendri.io",
"password": "authentícame por favor" // don't actually use this as a password
}

Hierarchy

  • UserCreate

Properties

Properties

email: string

The user's email.

password: string

The user's password.

username: string

The user's name.

This is different to their display_name as it denotes how they're more formally referenced by the API.