Find Groups

Restriction: This API endpoint is not supported in the Free Trial cloud.

Finds one or more org groups.

URL

Copy
http://<your-cloud>.app.perfectomobile.com/api/v1/org-groups?name=<groupName>

Method

GET

Header parameters

Name

Description

Perfecto-Authorization

Security Token

Request parameters

Parameter

Type Default

Description

nam* string

The name of the org group to be found.

* Mandatory parameter

Success response

Copy
JSON response
{
    "items": [
        {
            "key": "adminGroup_15840",
            "name": "adminGroup",
            "description": "admin rights"
        }
    ],
    "totalCount": 1
}