Skip to main content

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

Body

    delimiter string
    file binary
    generateEmail string
    generateSystemUsername string
    zeroDayProvisioning string

Responses

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

Schema

    errorcode string
    msg string
Loading...