How to get profiles information using the getrole API call?

Hi everyone,

Sorry that I’m new to this REST API forum.

In IIQ 8.1 debug page, if I search for a role, it will return the role xml with profile details.

However I can’t get it through the REST call scim/v2/Roles

What shall I do if I want to see the profile information under a role ?

Thanks,
Charles

Can you tell me what version of patch of your installation ?
I saw the SCIM2 configuration and i didnt find the Profiles attribute mapped in the scim2 configuration (Configuration → SCIM2 Configuration), so i dont think api returns the profile information.

get-roles | SailPoint Developer Community . Seems it will not get profile and seems more catered for a Business Role than an IT Role with app profiles

Hi @charleschen

To add on to what @aditya_pathak mentioned. You can view the schema of Roles using the following endpoint.

http://localhost:8080/identityiq/scim/v2/Schemas/urn:ietf:params:scim:schemas:sailpoint:1.0:Role

/Schemas endpoint will give you the schema of all the objects supported by the SCIM.

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