Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

User Import with REST API - Error username attribute not found...

wendy_dai
New Contributor
New Contributor

 We are suing this ImportUserJSON but it gives us the following error - please help see how we could fix it, many thanks! 

Not Importing user - either username attribute not found or if vendor is there then user doesnt have access to import the vendor-[null, null, null, null, null, null, null, null, null]

{
  "connection": "userAuth",
  "successResponses": {
    "statusCode": [
      200,
      201,
      202,
      203,
      204,
      205
    ]
  },
  "url": "https://WEBLINKPLACEHOLDER?page=5&page_size=10",
  "httpMethod": "GET",
  "httpHeaders": {
    "Authorization": "${access_token}"
  },
  "statusConfig": {
    "active": "hired",
    "inactive": "terminated"
  },
  "listField": "data",
  "keyField": "username",
  "colsToPropsMap": {
    "username": "employeeid~#~char",
    "displayname": "displayName~#~char",
    "email": "email~#~char"
  }
}

 

2 REPLIES 2

mbh_it2
New Contributor III
New Contributor III

@wendy_dai Please attach logs and postman sample showing the API response.


Regards,
Mahesh

If you find this a helpful response, kindly consider selecting Accept As Solution and clicking on the kudos button.

rushikeshvartak
All-Star
All-Star

Please share postman screenshot and curl command [Refer https://codingnconcepts.com/postman/how-to-generate-curl-command-from-postman/ ]



⚠️‼️‼️Do not upload any attachments that contain sensitive information, such as IP Addresses, URLs, Company/Employee Names, Email Addresses, etc.‼️‼️⚠️


Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.