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.
Release : 16.1.0
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}}