Which IIQ version are you inquiring about?
8.4
Hi,
We get the following response after hitting scim/v2/Accounts and want to map the listed attributes (firstName, lastName, displayName, userName).
{
"totalResults": 2,
"startIndex": 1,
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
],
"Resources": [
{
"urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:TSA_MGMT_SailPoint:account": {
"firstName": "Test",
"lastName": "User1",
"displayName": "Test User1",
"userName": "9AB7F74E3BF4C2B5",
"managerName": [
"Test Manager"
]
},
"lastRefresh": "2025-02-12T10:25:23.354Z",
"displayName": "Test User1",
"active": true,
"manuallyCorrelated": false,
"nativeIdentity": "9AB7F74E3BF4C2B5",
"application": {
"displayName": "TSA_MGMT_SailPoint",
"value": "0acc21c9944b18528194512aaa040e54",
"$ref": "http://localhost:8080/identityiq/scim/v2/Applications/0acc21c9944b18528194512aaa040e54"
},
"identity": {
"displayName": "Test User1",
"userName": "Test User1",
"value": "0acc21c994ad118c8194b1c3ce16087b",
"$ref": "http://localhost:8080/identityiq/scim/v2/Users/0acc21c994ad118c8194b1c3ce16087b"
},
"meta": {
"created": "2025-02-05T14:22:12.826Z",
"location": "http://localhost:8080/identityiq/scim/v2/Accounts/0acc21c994cc1dc98194d67d715a1dd9",
"lastModified": "2025-02-05T14:22:12.853Z",
"version": "W/\"1738765332853\"",
"resourceType": "Account"
},
"hasEntitlements": false,
"id": "0acc21c994cc1dc98194d67d715a1dd9",
"locked": false,
"schemas": [
"urn:ietf:params:scim:schemas:sailpoint:1.0:Application:Schema:TSA_MGMT_SailPoint:account",
"urn:ietf:params:scim:schemas:sailpoint:1.0:Account"
]
}
We have configured the Root Path as $Resources[*].
For the attribute path for firstName, we have tried the following combinations but none of them seem to populate the first name under the preview for connector schemas, as seen in the screenshot below:
- [urn:ietf:params:scim:schemas
1.0:Application:Schema:TSA_MGMT_SailPoint:account].firstName
- [“urn:ietf:params:scim:schemas
1.0:Application:Schema:TSA_MGMT_SailPoint:account”].firstName
- urn:ietf:params:scim:schemas
1.0:Application:Schema:TSA_MGMT_SailPoint:account.firstName
- “urn:ietf:params:scim:schemas
1.0:Application:Schema:TSA_MGMT_SailPoint:account”.firstName