Discussion

Ask a Question
Back to All

Find Projects with specific users using the projects API

Is it possible to use the projects API endpoint (or another endpoint) to find projects where a user is assigned.

I can use the endpoint /api/v1/projects?include=[Id,Name,ProjectMembers[User]] which returns each project and the users assigned however it only returns the first 25 users of each project. I would also ideally like to only return the projects that have a certain user assigned which this does not do. Is there a wherehas statement that can be used with the API that will return only entities that have something in a nested object?