# Project Viewers Manage project viewers (clients) within workspaces. Project viewers are users with read-only access to specific projects. Project viewers can only view projects they are assigned to. ## Get All Project Viewers - [GET /project-viewers](https://api-docs.webwork-tracker.com/api/project-viewers/getprojectviewers.md): Retrieve all project viewers in your workspace. Project viewers are users with read-only access to specific projects. You can filter by email to find a specific viewer. ## Create New Project Viewer - [POST /project-viewers](https://api-docs.webwork-tracker.com/api/project-viewers/createprojectviewer.md): Create a new project viewer (client) in your workspace. This endpoint is only accessible to Owners and Executive Managers. An invitation email will be sent to the viewer. ## Get Single Project Viewer - [GET /project-viewers/{viewerId}](https://api-docs.webwork-tracker.com/api/project-viewers/getprojectviewer.md): Retrieve detailed information about a specific project viewer. ## Delete (Archive) Project Viewer - [DELETE /project-viewers/{viewerId}](https://api-docs.webwork-tracker.com/api/project-viewers/deleteprojectviewer.md): Delete (archive) a project viewer from your workspace. This is a soft delete - the viewer can be restored later if needed. ## Restore Archived Project Viewer - [POST /project-viewers/{viewerId}/restore](https://api-docs.webwork-tracker.com/api/project-viewers/restoreprojectviewer.md): Restore a previously deleted (archived) project viewer to your workspace. ## Assign Project to Viewer - [POST /project-viewers/{viewerId}/assign-project](https://api-docs.webwork-tracker.com/api/project-viewers/assignprojecttoviewer.md): Assign a project to a project viewer, giving them read-only access to that project. ## Unassign Project from Viewer - [DELETE /project-viewers/{viewerId}/unassign-project](https://api-docs.webwork-tracker.com/api/project-viewers/unassignprojectfromviewer.md): Remove a project assignment from a project viewer, revoking their access to that project.