Issue with AccountImport for REST where data present inside colon(:) schema

soumyabrata
New Contributor III
New Contributor III

Hi Team,

Issue with AccountImport for a REST Application where data present inside json object having colon(:). Here I want store the values for  employeeNumber, manager etc. but not able to get.

"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User": {
"employeeNumber": "T812345",
"costCenter": "8123",
"organization": "TEST",
"manager": {
"value": "10008987667",
"$ref": "../Users/100089567"
}
}

Able to read all other attributes

Sample data from Postman:

{
"name": {
"formatted": "Test User",
"familyName": "Test",
"givenName": "User"
},
"userName": "Test.user@test.com",
"emails": [
{
"value": "Test.user@test.com",
}
],
"phoneNumbers": [
{
"value": "+1-4232445565",
}
],
"addresses": [
{
"formatted": "Toronto, Ontario, Canada",
"type": "work",
"primary": false
}
],
"title": "Senior Systems Analyst",
"preferredLanguage": "en-US",
"locale": "en-US",
"timezone": "America/Toronto",
"active": true,

"urn:ietf:params:scim:schemas:extension:enterprise:2.0:User": {
"employeeNumber": "T812345",
"costCenter": "8123",
"organization": "TEST",
"manager": {
"value": "10008987667",
"$ref": "../Users/100089567"
}
},
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:User",
],
"id": "14354366"
}

Please let me know if anyone worked on this type data for any Application.

Regards,

Soumya.

 

1 REPLY 1

soumyabrata
New Contributor III
New Contributor III