Legacy | Update Group
                                            This information no longer refers to the latest product version but may still be relevant if you are working with an older version.
                                            Updates the group specified by display name.
When specifying parameters, the following rules apply:
- Parameters specified will overwrite existing property values
 - Parameters not specified will not change existing property values
 
To clear an existing property value, specify the parameter without a value.
Request syntax
Copy
                                                
                                            
                                            https://mycloud.perfectomobile.com/services/groups/?operation=update&securityToken=value[&optionalParameter=value]
                                                Parameters
| Name | Type | Default | Description | 
|---|---|---|---|
| securityToken* | string | 
                                                             | 
                                                        A unique cryptographic key assigned to an authorized user. | 
| user | string | 
                                                             | 
                                                        
                                                             Deprecated. The name of the user running the operation. All REST API commands require authentication through the Perfecto security token. See also Authentication in new APIs. 
                                                             | 
                                                    
| password | string | 
                                                             | 
                                                        
                                                             Deprecated. The password for the user. All REST API commands require authentication through the Perfecto security token. See also Authentication in new APIs. 
                                                             | 
                                                    
| label | string | 
                                                             | 
                                                        The group display name. | 
| description | string | 
                                                             | 
                                                        The group description. | 
| responseFormat | string | json | The format to use for the response: json or xml | 
                                                    
* Mandatory
Response
| Name | Description | 
|---|---|
| status | success if the operation completed successfully; otherwise failure. |