The UserCreate payload.
This is used when a user is initially first created. For authentication payloads check SessionCreate.
{ "username": "yendri",d "email": "yendri@llamoyendri.io", "password": "authentícame por favor" // don't actually use this as a password} Copy
{ "username": "yendri",d "email": "yendri@llamoyendri.io", "password": "authentícame por favor" // don't actually use this as a password}
The user's email.
The user's password.
The user's name.
This is different to their display_name as it denotes how they're more formally referenced by the API.
display_name
The UserCreate payload.
This is used when a user is initially first created. For authentication payloads check SessionCreate.
Example