Get Group

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

Retrieves information on a specific org group.

URL

Copy
http://<your-cloud>.app.perfectomobile.com/api/v1/org-groups/{groupKey}

Method

GET

Header parameters

Name

Description

Perfecto-Authorization

Security Token

Request parameters

Parameter

Type Default

Description

groupKey* string

The key of the group to be retrieved.

* Mandatory parameter

Success response

Copy
JSON response
{
    "key": "adminGroup_15840",
    "name": "adminGroup",
    "description": "admin rights"
}

Error response

Status and a generic error message