You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Title: Implement API to Fetch Collaborators of a Project (Backend)
Description:
-Implement a backend endpoint to retrieve the list of collaborators for a specific project.
-Must return collaborator details (username, email, role if applicable).
Ensure only project owner or collaborators can access this info.