Hello,
In our data warehouse, we are using the following API endpoint:
get-role-assigned-identities | SailPoint Developer Community,
which requires the roleId
to be passed in order to retrieve the role members. This approach works well; however, since we need to associate the returned data with all roles, we currently have to manually append the roleId
to each response.
If the roleId
could be included directly in the JSON response, it would allow us to process and store the data more efficiently and in parallel. This is particularly important because we need to persist the roleId
in our tables to maintain the relationship between identities and their corresponding roles.
We would like to know if it’s possible to include the roleId
in the API response payload.
Best regards,
Matthijs