Operation elements
Each operation is implemented using a PSLang function with the same name. Most of the functions (create, enable, etc.) take one parameter, an associative array. Each element is a string unless otherwise indicated. The following listing defines the elements that may be required:
Element | Description |
---|---|
userid | The profile ID of the user. |
fullname | The full name of the user. |
acctid | The ID for the account that the user has on this system. |
newpw | The new password (for password reset/create operations). |
oldpw | The old password (for verify operations). |
modeluid | The model (template) ID for create. |
groupid | The group ID for the group operations. |
groupname | The group description for group operations. |
attributes | A KVGroup containing information about attributes to set during create and update operations. |