Hello Team,
We have created a Web Service connector for the ABC application. For entitlements, we are using the Roles attribute, and the entitlement details are being fetched successfully.
However, when we try to raise a request via Manager Access, we are encountering the following error.
Below is the request body we have configured in the Create operation.
Please let us know if you need any additional details.
java.lang.RuntimeException: For role ‘698_Glostrup_Employee_IT_Role’ profile, unable to find attribute group in ‘account’ schema for application ABC
at sailpoint.service.bundle.BundleProfileRelationUtil.copyManagedAttributeFields(BundleProfileRelationUtil.java:274)
at sailpoint.service.bundle.BundleProfileRelationUtil.addDirectProfile(BundleProfileRelationUtil.java:219)
at sailpoint.service.bundle.BundleProfileRelationUtil.addDirectProfiles(BundleProfileRelationUtil.java:188)
at sailpoint.service.bundle.BundleProfileRelationUtil.populateRelations(BundleProfileRelationUtil.java:124)
at sailpoint.service.bundle.BundleProfileRelationUtil.getBundleRelations(BundleProfileRelationUtil.java:86)
at
body:
{
“Employees”: [
{
“FirstName”: “$identity.firstname”,
“LastName”: “$identity.lastname”,
“Email”: “$identity.email”,
“WageNumber”: “$identity.employee_number”,
“EmployeeNumber”: “$identity.employee_number”,
“Phone”: “$identity.phone_number”,
“Roles”: “$account.getAttribute(‘Roles’)”,
“DepartmentKey”: “$account.getAttribute(‘DepartmentKey’)”,
“WageModel”: “$account.getAttribute(‘Name’)”,
“IsEnabled”: true,
“ActivateEmployee”: true
}
]
}
Could you please let us know how to resolve this issue.
Regards,
Divya P