SCIM API - GET ID - Success But No Targeted Attributed Shows

Hi @dausfadzlon - are you receiving the other attributes (manager, entitlements, roles) ?

‘employeeType’ is a not a standard schema attribute for the base SCIM 2.0 user, the enterprise user extension, or the SailPoint extension.

I have no idea if this will work, but worth a quick shot…

1. In debug mode - select object type 'Configuration'
2. Select the 'SCIMConfiguration' object
3. Find the 'SchemaPropertyMapping" XML entry for "<SchemaPropertyMapping urn="urn:ietf:params:scim:schemas:sailpoint:1.0:User">"
4. Paste "<AttributePropertyMapping name="employeeStatus" property="employeeStatus" queryClass="sailpoint.service.scim.GenericFilterModifier" setter="sailpoint.service.scim.UserPropertySetter"/>" as a subobject under the XML entry from step#3
5. Save the object

Now try your query again - if necessary add the query params "?attributes=urn:ietf:params:scim:schemas:sailpoint:1.0:User:employeeStatus"

Does this work?

1 Like