# Register user account **POST /auth/registration** ## Servers - Generated server url: http://localhost:8080 (Generated server url) ## Parameters ### Body: application/json (object) - **email** (string) - **password** (string) - **username** (string) ## Responses ### 200 OK #### Body: */* (object) - **id** (integer(int64)) - **username** (string) - **password** (string) - **email** (string) - **roles** (array[object]) - **createdAt** (string(date-time)) - **updatedAt** (string(date-time)) - **enabled** (boolean) - **verificationToken** (string) - **expiryDate** (string(date-time)) - **authorities** (array[object]) - **accountNonLocked** (boolean) - **credentialsNonExpired** (boolean) - **accountNonExpired** (boolean) [Powered by Bump.sh](https://bump.sh)