Skip to main content

Initialize User

POST 

/api/user/initialize

Initialize user in the database.

This endpoint should be called after successful login to ensure the user exists in the database. It extracts user information from the JWT token and creates the user if they don't exist.

Responses

Successful Response