# Creates a user. **POST /api/v1/users/register** ## Servers - Production: https://crowdparlay.com (Production) ## Parameters ### Body: application/json (object) - **username** (string) - **display_name** (string) - **email** (string | null) - **password** (string | null) - **avatar_url** (string | null) - **external_login_ticket_id** (string | null) ## Responses ### 200 OK #### Body: application/json (object) - **id** (string(uuid)) - **username** (string) - **email** (string) - **display_name** (string) - **avatar_url** (string | null) ### 400 Bad Request #### Body: application/json (object) - **error_description** (string) - **validation_errors** (object) ### 403 Forbidden #### Body: application/json (object) - **error_description** (string) ### 500 Internal Server Error #### Body: application/json (object) - **error_description** (string) [Powered by Bump.sh](https://bump.sh)