Expand my Community achievements bar.

Wondering how Workfront Proof works? Join our AMA on May 8th and ask our Community experts!

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

Create a collection of users under job role

Avatar

Level 10

8/18/17

Gather a collection of all users with a job role under the job role object so that we can report on which users are assigned to a specific role from a nested object in a role report.

Especially admins need to see who is in a given role, so being able to explore the users associated with that role. You'd think this collection would be needed for resource management!

2 Comments

Avatar

Level 3

11/17/17

You could simply use the API to pull all users with a particular role.

/attask/api/v7.0/user/search/?role:ID=5a0369dd0067c737108876459ce43853

Or if you need to say, count the number of users per role you could do a report

/attask/api/v7.0/user/report/?role:ID_1_GroupBy=true&role:name_AggFunc=count

I agree workfront should better support object cross-references though.