Previous Topic: Create a Feeder FileNext Topic: Sample Feeder File for Enabling Users


Sample Feeder File for Creating Users

This sample feeder file creates users with certain required attributes.

action,%USER_ID%,%FIRST_NAME%,%LAST_NAME%,%FULL_NAME%,%PASSWORD%,%EMAIL%
create,JD,John,Doe,John Doe,mypassword,[email protected]
create,BD,Baby,Doe,Baby Doe,mypassword2,[email protected]

In the preceding code, the feeder file has the following properties:

Header

The first line of the code is the header line. The header line has physical attributes or well-known attributes for the managed object 'User'.

Action

The action column identifies the task to be performed for each record. For example, the preceding file specifies that a 'create' action should be performed on the First Name 'John'.