Backend

Implements business logic.

User Profile ServiceUser Profile ServiceUser Profile Service[container]Create user profile[REST JSON]MethodPOSTPath/v1/user-profilesStatus: success201 CreatedDelete User Profile[REST]MethodDELETEPath/v1/user-profiles/{id}Status: success204 No ContentUpdate User Profile[REST JSON]MethodUPDATEPath/v1/user-profiles/{id}Status: success200 OKStatus: user profile not found404 Not FoundGet User Profile[REST JSON]MethodGETPath/v1/user-profiles/{id}Status: success200 OKStatus: user profile not found404 Not FoundUser Profile Search(Full-Text)[REST JSON] page=0, 1, ...MethodGETPath/v1/user-profiles?q={query}&page={page}&size={size}&sort={sort}Status: success206 Partial Content
User Profile Service