My Organization Page - Retrieve Organization
Closed this issue · 1 comments
Code4SocialGood commented
-
Web Path
Home Page -> John Doe -> My Organization -
Requirement
- Retrieve the organization information and populate the page.
- Int this task you don't need to display the organization logo. Display image is in task #476.
-
Rest API
Endpoint: GET /api/organization/search/byUserId/{userId}
Document: http://localhost:8080/swagger-ui.html -
Note
- You could hard code a user ID when calling the endpoint.
Code4SocialGood commented
This issue was moved to Code4SocialGood/c4sg-web#33