For uploading user data to Open LDAP, Avaya Aura® Device Services uses files in CSV format. The following is an example of a CSV file used to uploading user data to Open LDAP:
Given Name,Last Name,Email Address,Phone Number,Image,Department
Aiden,Johnson,aiden_johnson@company.com,123456789,Images/aiden_johnson.jpg,Sales
James,Edwards,james_edwards@company.com,123450001,,Support
Harry,Anderson,harry_anderson@company.com,123451111,Images/harry_anderson.jpg,Support
In a CSV file, the first data record is a header, which is Given Name,Last Name,Email Address,Phone Number,Image,Department in the example. This header is not processed by Avaya Aura® Device Services and is used for informational purposes only.
Each subsequent data record in a CSV file is a sequence of comma-separated user attributes in the following order:
<Given Name>,<Last Name>,<Email Address>,<Phone Number>,<Image>,<Department>
The following table describes these attributes:
Attribute |
Description |
Is required |
Example |
Given Name |
First name of the user. |
Yes |
Aiden |
Last Name |
Last name of the user. |
Yes |
Johnson |
Email Address |
Email address of the user. |
Yes |
aiden_johnson@company.com |
Phone Number |
Phone number of the user. |
Yes |
123456789 |
Image |
Relative path to the user photo in the image folder. |
No |
Images/aiden_johnson.jpg |
Department |
Department of the user. |
No |
Sales |
For example:
Aiden,Johnson,aiden_johnson@company.com,123456789,Images/aiden_johnson.jpg,Sales.
If you do not want to provide optional attributes, do not include these attribute values in the data record. For example, if you do not want to use user photos, provide the user attributes as follows: James,Edwards,james_edwards@company.com,123450001,,Sales.