Previous Topic: Delete a Management GroupNext Topic: Set a User Attribute to a Single Value


Add a User Attribute Value

This command adds a value for a specified attribute. Specify the attribute number, user name, and the attribute value you want to add.

Attribute1,<user name>,<attribute value>
Attribute2,<user name>,<attribute value>
Attribute3,<user name>,<attribute value>

And so on.

Note: You use this command to add multiple values to user attributes. The command does not overwrite existing attribute values. If you want to modify existing values, use setattribute.

If you have renamed a user attribute, you can specify the attribute by its new name (in one of three ways), or its original attribute number when using this command. For example, if Attribute2 is set to ‘Gender’, use any of the following methods:

Attribute2,<srimmel>,<Male> 
Attribute:Gender,<srimmel>,<Male> 
Attribute Gender,<srimmel>,<Male> 
Attribute "Gender",<srimmel>,<Male>