latestSwagger 2.02026-08-108756114.6 KB

90e715bcdf3d

user

Create a new user

Creates a new user.

post/user

Request body

usernamestring required

User's username

emailstring required

User's email

passwordstring password required

User's password. If the password is omitted, Zumba will send an email to the user with a random password.

first_namestring required

User's first name

last_namestring required

User's last name

locale'de-DE' | 'en-US' | 'es-ES' | 'fr-FR' | 'it-IT' | 'ko-KR' | 'pt-BR'

User's preferred locale

is_publicboolean

Determine if user's profile will be public or not. This value is false as default.

streetstring

Main address street

street_2string

Apartment number, Unit number, Suite number

citystring
statestring
countrystring

Two letters ISO code representing the country

postal_codestring

Response

The user info has being created correctly.

idstring

User's id in UUID format.