What URL(without using UUID) to be entered in Postman(or any access URL) for getting list of users for particular project area in RTC?
Accepted answer
https://<server>/ccm/rpt/repository/foundation?fields=foundation/projectArea[name='<your project area name>']/teamMembers/*
That will return the entire team member record and then you can be more specific, for instance, if you replace the '*' with '(emailAddress|name|userId)' you'll get the most useful fields
Comments
Kirk Woods
Aug 21 '20, 11:58 a.m.Do you want all the users, including those in team areas? When you say without using UUID, how else would you specify the project area? Since project area names can be changed, are you just looking for short term usage of the URL?