
IvanV.46641 (Customer) asked a question.
This is the JSON returned by my application when Okta tries to import users:
{
"schemas": [
"urn:ietf:params:scim:api:messages:2.0:ListResponse"
],
"totalResults": 1,
"startIndex": 1,
"itemsPerPage": 100,
"Resources": [
{
"schemas": [
"urn:ietf:params:scim:schemas:core:2.0:User"
],
"id": null,
"userName": "johndoe@example.com",
"email": "johndoe@example.com",
"name": {
"givenName": "John",
"familyName": "Doe"
},
"emails": [
{
"value": "johndoe@example.com"
}
],
"active": true
}
]
}
However, this is what Okta seems to see:
And the error when trying to confirm assignment:
What am I doing wrong?

Hello @IvanV.46641 (Customer) Thank you for reacting out to our Community!
From the screenshot it seems that we can see only the username during the import, this would indicate that the variable name used for the attributes might not be correct. However when the confirmation happens, it does not fill in any information which would indicate a problem in the mappings, I would recommend to review the mappings and make sure the appropriate attributes are linked with one and other.
The Okta Community Catalysts Program is now live. Collect online badges when you participate in the Okta Help Center Questions community. Learn more here.
Join us in the Oktane discussion group to connect with attendees or just stay connected to the event.