Retrieve group members

GET https://{controlplane_path}/api/1/rest/public/groups/{env_org}/{groupname}

Retrieves the members of the specified group. The Admin Manager Groups page contains the same information..

Prerequisites

  • Environment (Org) admin permissions

Path parameters

Key Description
env_org Required. The name of the SnapLogic environment/Org. For example, My-Dev-Env
groupname Required. The name of the group.

Query parameters

None.

Request body

None.

Response

Response body

 {
  "name": "...",
  "members": [ ... ]
}
Key Type Description
name string The name of the group.
members array An array of strings containing the email addresses of the group members.