POST
call to the Create Job to Import Users endpoint. Be sure to replace MGMT_API_ACCESS_TOKEN
, CONNECTION_ID
, and JSON_USER_FILE_PATH
placeholder values with your Management API , connection ID, and users filename, respectively.
Value | Description |
---|---|
MGMT_API_ACCESS_TOKEN | Access Token for the Management API with the create:users . |
CONNECTION_ID | ID of the connection to which the users will be inserted. You can retrieve this info using the Get All Connections endpoint. |
JSON_USER_FILE_PATH | Filename of the file that contains the users to be imported. File should be in JSON format and include root attributes for users. For a list of available attributes, see User Profile Attributes. For an example of the file format, see Bulk User Import Database Schema and Examples. |