Share all details related to your problem, including any error messages you may have received.
Hello,
I know how to get roles of a user using API : /scim/v2/Users/XXXXXX?lookupByName=True&attributes=urn:ietf:params:scim:schemas:sailpoint:1.0:User:roles
How to get users of a role in the same way ? I’ve tried with /scim/v2/Roles/XXXXXX?lookupByName=True&attributes=urn:ietf:params:scim:schemas:sailpoint:1.0:Role:users
there is no error but neither no role.
Thanks.
JC
Even in another language as powershell, I have no object Sailpoint to do these requests in my enterprise (I cannot import it), that’s why i’ve begin with simple url. It’s ok to get data about a user, about a role, about the roles of a user, so it is frustrating to have not the same request to get users of a role.
Of course, I cannot extract all the base.
If I’ve no other way, I’ll contact the Sailpoint’s team in my enterprise.
Thanks for all.