Get assigned roles of an identity cube via SCIM API in IdentityIQ?

Dear community,

is there any chance to query the roles assigned to an identity via SCIM API in IdentityIQ 8.1p4?
It seems that GET on /Users is not returning that information.

We know that creating a custom REST API via Plugin might be an option but we would highly prefer OOTB functionality here.

Thanks in advance,
Daniel

Hello @daniel_neubert ,

You can get the roles by passing the attributes parameter with the value urn:ietf:params:scim:schemas:sailpoint:1.0:User:roles, along all attributes you want.

For instance, you can use the following URL:

{{baseUrl}}/Users?attributes=displayName,userName,emails,urn:ietf:params:scim:schemas:sailpoint:1.0:User:roles
2 Likes

Thank you so much! That really helps a lot!
Really appreciate your help!

Best regards
Daniel