Activates a SiteWorx user.
Add a siteworx user.
Deactivates (but does not delete) a SiteWorx user.
Delete a siteworx user.
Edit a siteworx user.
List SiteWorx users.
array ( 'status' => 0, 'payload' => array ( 0 => array ( 0 => 'user@example.com', 1 => 'Example User (user@example.com)', ), 1 => array ( 0 => 'second@interworx.com', 1 => 'NW Secondary User (second@interworx.com)', ), ), )
List deletable SiteWorx users.
array ( 'status' => 0, 'payload' => array ( 0 => array ( 0 => 'second@interworx.com', 1 => 'NW Secondary User (second@interworx.com)', ), ), )
List editable SiteWorx users.
Get details of the working user.
array ( 'status' => 0, 'payload' => array ( 'userid' => 148, 'nickname' => 'Example User', 'email' => 'user@example.com', 'ismaster' => true, 'status' => 'active', 'language' => 'en-us', 'theme' => 'interworx', 'menu_style' => 'small', 'perms' => array ( 0 => 'MASTER', ), ), )
array ( 'status' => 0, 'payload' => array ( 0 => array ( 'global_uid' => 'sw148', 'email' => 'user@example.com', 'nickname' => 'Example User', 'language' => 'en-us', 'user_status' => 'active', 'type' => 'master', ), 1 => array ( 'global_uid' => 'sw149', 'email' => 'second@interworx.com', 'nickname' => 'NW Secondary User', 'language' => 'en-us', 'user_status' => 'active', 'type' => 'slave', ), ), )
Controller: Users
listAction: activate (Added in version 4.8.0-393)
Activates a SiteWorx user.
Input Parameters
second@interworx.com
Action: add
Add a siteworx user.
Input Parameters
"y" if the password is ALREADY encrypted, "n" if the password is not yet encrypted. Default: n
y, n
n
Confirm the password field by providing it again. Must match the password provided.
cs, en-us, fr, de, hu, it, pl, pt, sk, es, sv, tr
en-us
big, small
small
RUBYONRAILS, LOGIN, EMAIL, STATS, FTP, LOGS, MYSQL, BACKUP, SUBDOMAINS, PREFERENCES, USERS, FILEMANAGER, POINTERDOMS, CRONTAB, SSL, HTACCESS, SLAVEDOMS, DNS, simplescripts
Action: deactivate (Added in version 4.8.0-393)
Deactivates (but does not delete) a SiteWorx user.
Input Parameters
second@interworx.com
Action: delete
Delete a siteworx user.
Input Parameters
second@interworx.com
Action: edit
Edit a siteworx user.
Input Parameters
user@example.com, second@interworx.com
Example User
user@example.com
cs, en-us, fr, de, hu, it, pl, pt, sk, es, sv, tr
en-us
big, small
small
"y" if the password is ALREADY encrypted, "n" if the password is not yet encrypted. Default: n
y, n
n
Confirm the password field by providing it again. Must match the password provided.
Action: list (Added in version 4.6.0-323)
MESSAGE: 2011-01-27 use ListUsersAction
List SiteWorx users.
Example Output
array ( 'status' => 0, 'payload' => array ( 0 => array ( 0 => 'user@example.com', 1 => 'Example User (user@example.com)', ), 1 => array ( 0 => 'second@interworx.com', 1 => 'NW Secondary User (second@interworx.com)', ), ), )Action: listDeletable (Added in version 4.6.0-323)
List deletable SiteWorx users.
Example Output
array ( 'status' => 0, 'payload' => array ( 0 => array ( 0 => 'second@interworx.com', 1 => 'NW Secondary User (second@interworx.com)', ), ), )Action: listEditable (Added in version 4.6.0-323)
List editable SiteWorx users.
Example Output
array ( 'status' => 0, 'payload' => array ( 0 => array ( 0 => 'user@example.com', 1 => 'Example User (user@example.com)', ), 1 => array ( 0 => 'second@interworx.com', 1 => 'NW Secondary User (second@interworx.com)', ), ), )Action: listMasterUser
Get details of the working user.
Example Output
array ( 'status' => 0, 'payload' => array ( 'userid' => 148, 'nickname' => 'Example User', 'email' => 'user@example.com', 'ismaster' => true, 'status' => 'active', 'language' => 'en-us', 'theme' => 'interworx', 'menu_style' => 'small', 'perms' => array ( 0 => 'MASTER', ), ), )Action: listUsers (Added in version 4.8.0-393)
List SiteWorx users.
Example Output
array ( 'status' => 0, 'payload' => array ( 0 => array ( 'global_uid' => 'sw148', 'email' => 'user@example.com', 'nickname' => 'Example User', 'language' => 'en-us', 'user_status' => 'active', 'type' => 'master', ), 1 => array ( 'global_uid' => 'sw149', 'email' => 'second@interworx.com', 'nickname' => 'NW Secondary User', 'language' => 'en-us', 'user_status' => 'active', 'type' => 'slave', ), ), )Action: listWorkingUser
Get details of the working user.
Example Output
array ( 'status' => 0, 'payload' => array ( 'userid' => 148, 'nickname' => 'Example User', 'email' => 'user@example.com', 'ismaster' => true, 'status' => 'active', 'language' => 'en-us', 'theme' => 'interworx', 'menu_style' => 'small', 'perms' => array ( 0 => 'MASTER', ), ), )