# Project This contains APIs related to Project as defined in Harness ## List all Projects for a user - [GET /ng/api/projects](https://apidocs.harness.io/openapi-merged/project/getprojectlist.md): Lists all Projects the user is a member of by using the user's API key token. ## Create a Project - [POST /ng/api/projects](https://apidocs.harness.io/openapi-merged/project/postproject.md): Creates a new Harness Project. ## List Project details - [GET /ng/api/projects/{identifier}](https://apidocs.harness.io/openapi-merged/project/getproject.md): Lists a Project's details for the given ID. ## Update a Project - [PUT /ng/api/projects/{identifier}](https://apidocs.harness.io/openapi-merged/project/putproject.md): Updates Project details for the given ID. ## Delete a Project - [DELETE /ng/api/projects/{identifier}](https://apidocs.harness.io/openapi-merged/project/deleteproject.md): Deletes a Project corresponding to the given ID. ## List user's project with support to filter by multiple organizations - [GET /ng/api/projects/list](https://apidocs.harness.io/openapi-merged/project/getprojectlistwithmultiorgfilter.md)