Project API Manager Lookup query
search cancel

Project API Manager Lookup query

book

Article ID: 255844

calendar_today

Updated On:

Products

Clarity PPM SaaS Clarity PPM On Premise

Issue/Introduction

We are Using the Projects API to retrieve details of a particular Project. The manager field shows a 5 million id. When we try to use the resources API to retrieve the manager details using the 5 million id were shown a different resource than the manager of the project.

Environment

Release : 16.1.0

Resolution

The manager field gives the internal id of the user and not the resource.

We need to use the users API to retrieve the data of the user.

Ex:- https://server/ppm/rest/v1/users/{{userid}}