Project-Sonata / Profiles

Provide access for profile and account of the user
0 stars 0 forks source link

[Sonata-Profiles-1] Create a new endpoint to return profile info about the user by ID #3

Closed justJavaProgrammer closed 5 months ago

justJavaProgrammer commented 5 months ago

Create a new endpoint to return profile info about the user by ID.

Request

GET /users/{user_id}

Query parameters:

Structure of response:

Status:

Response body:

User info should be saved in Postgres database

Acceptance criteria: