app

ユーザーが会員登録を行う

post/app/users

Request body

usernamestring required

ユーザー名

firstnamestring required

名前

lastnamestring required

名字

date_of_birthstring required

生年月日

invitation_codestring

他の人の招待コード

Response

ユーザー登録が完了した

idstring required

ユーザーID

invitation_codestring required

自分の招待コード

Changes