GroupAdd |
Top Previous Next |
SOAP GroupAdd( aHandle, aUserGroupName, aParameters, &aErrorMsg );
REST /GroupAdd?Handle=<value>&UserGroup=<value>&Parameters=<value> returns ErrorMsg
Description: GroupAdd() creates a new user group in the CrashMagic system. This function will fail if the group already exists.
aHandle The value created in the call to Login(). aUserGroupName The user group into which the new user will be created. This group must exist prior to the call. aParameters Reserved for future use, must be blank &aErrorMsg is populated only if an error occurred that prevented the function from succeeding. Otherwise, this parameter is empty.
Example: GroupAdd( lHandle, "DOT@NY","", lErrorMsg ); |