How to get Divisions for which a User has a Role

When I get a user's roles, I only get the role name and id. How can I know which divisions the user has for each role for?

I thought that GET /api/v2/authorization/divisionspermitted/paged/{subjectId} might do the trick, but it is deprecated. Besides, it seems like it ran at the permission level whereas I'm just looking at the role itself.

GET /api/v2/authorization/subjects/{subjectId} seems like another option, but that payload would have to be parsed to get at what I need.

Thanks in advance.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.