Update an IdP connection with personnel list

Update an IdP connection that requires personnel list to complete the process

Securitybearer
Request
path Parameters
id
required
number
Request Body schema: application/json
required
required
Array of objects (PersonnelDataPublicDto)

The list of personnel

Responses
200
401

Invalid Authorization

403

You are not allowed to perform this action

500

Internal server error

default

Response Code: 412

You must accept the Drata terms and conditions to use the API

put/public/connections/{id}/upload/json
Request samples
application/json
{
  • "personnelData": [
    • {
      • "id": "233",
      • "firstName": "Neil",
      • "lastName": "Armstrong",
      • "email": "[email protected]",
      • "contractor": "true or false",
      • "isMfaEnabled": "true or false",
      • "jobTitle": "painter",
      • "customerId": "A232-23983",
      • "date": "ISO 8601 (YYYY-MM-DDTHH:mm:ss), American (MM/DD/YYYY), or RFC 3339 (YYYY-MM-DDTHH:mm:ssZ)"
      }
    ]
}
Response samples
application/json
{ }