Bulk Upload Users
POST/uploadUserRequest
This API is used to create and update users using bulk upload.
The Authorization
must have Bearer
followed by Token
.
Mandatory params:
file
- Provide the CSV file and select the key field type as File.
Optional params:
delimiter
- tab, pipe, comma. Default value is comma.
zeroDayProvisioning
- YES/NO. Default value is NO.
generateSystemUsername
- YES/NO. Default value is NO.
generateEmail
- YES/NO. Default value is NO.
checkrules
- YES/NO. Default value is NO.
checkruleforcustomjar
- YES/NO. Default value is NO. This option helps in checking whether a pre-validation is required while uploading users, on the basis of the logic defined in the Saviynt validation framework extension (JAR) file.
expirepasswordfornewuser
- YES/NO. Default value is NO.
userReconcillationField
- Text field.
userpreprocessorconfigjson
- Text field.
Request
- multipart/form-data
Body
Responses
- 200
Bulk Upload Users
Response Headers
Access-Control-Allow-Credentials
string
Access-Control-Allow-Origin
string
Cache-Control
string
Date
string
Expires
string
Referrer-Policy
string
Set-Cookie
string
Strict-Transport-Security
string
X-Content-Type-Options
string
- application/json
- Schema
- Example (from schema)
- Bulk Upload Users
Schema
{
"errorcode": "0",
"msg": "Bulk Upload Request Submitted"
}
{
"errorcode": "0",
"msg": "Bulk Upload Request Submitted"
}