First time here? Check out the FAQ!
![]() | 1 | initial version |
Thanks for the answer xingzhou.
The issue is with API open for /roles/{role_id}/users. According to the blueprint https://blueprints.launchpad.net/keystone/+spec/project-role-lists
FYI, Following resources are working fine in V3 API
List users with role on project: GET /projects/{project_id}/roles/{role_id}/users
List groups with roles on project: GET /projects/{project_id}/roles/{role_id}/groups
List users with roles on domain: GET /domains/{domain_id}/roles/{role_id}/users
List groups with roles on domain: GET /domains/{domain_id}/roles/{role_id}/groups