Get project for user

Returns the projects to which a specific user is assigned

This call requires a user id as a path parameter, and it returns an array of all the projects in your workspace to which the user has access. The response includes the properties of each project, including their names and ids. For an overview of project properties, please see the table in Get all projects.

To find a user’s role on a specific project, you can refer to the roles property in Get users in project.

A 200 code is returned when one or more projects are found. If a user is not assigned to any projects, then a 404 is returned.

Language
Authorization
URL
Click Try It! to start a request and see the response here!