Get list of roles assigned to a group

Hi,

I can't see anything in the APIs that allows me to return a list of the roles associated to a group (ideally with their division assignment).

Am I overlooking something or is this not available?

Thank you.

Hello,

You should be able to retrieve this using GET /api/v2/authorization/subjects/{subjectId} (subjectId being the id of the group in this case).

Regards,

2 Likes

Glorious, thank you!

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