Legacy | Create Group

Restriction: This information no longer refers to the latest product version but may still be relevant if you are working with an older version.

Creates a group composed of user accounts. The API does not enable administrators to choose the group ID. The group ID is unique and is generated by the engine and returned in the response.

Request syntax

Copy
https://mycloud.perfectomobile.com/services/groups?operation=create&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.

Important: 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.

Important: 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,xml

* Mandatory parameter

Response

Field Description
status success if the operation completed successfully; otherwise failure.
group/id GroupID assigned by the Perfecto system for this group