Get Custom Group Members

Get Custom Group Members

Get members of the specified group

Request
URI
GET
https://{api_host}/suite-api/api/resources/groups/{groupId}/members
COPY
Path Parameters
string
groupId
Required

Group identifier


Authentication
This operation uses the following authentication methods.
Responses
200

Collection of the member resources of the group

Returns resources of type(s) application/json
"{\n  \"resourceList\" : [ {\n    \"description\" : \"Description of this virtual machine\",\n    \"creationTime\" : 1544433248,\n    \"resourceKey\" : {\n      \"name\" : \"VM1\",\n      \"adapterKindKey\" : \"VMWARE\",\n      \"resourceKindKey\" : \"VirtualMachine\",\n      \"resourceIdentifiers\" : [ {\n        \"identifierType\" : {\n          \"name\" : \"VMEntityObjectID\",\n          \"dataType\" : \"STRING\",\n          \"isPartOfUniqueness\" : true\n        },\n        \"value\" : \"vm-123\"\n      }, {\n        \"identifierType\" : {\n          \"name\" : \"VMEntityVCID\",\n          \"dataType\" : \"STRING\",\n          \"isPartOfUniqueness\" : true\n        },\n        \"value\" : \"cead3804-f963-439d-ad09-a7de7c4687f9\"\n      }, {\n        \"identifierType\" : {\n          \"name\" : \"VMEntityName\",\n          \"dataType\" : \"STRING\",\n          \"isPartOfUniqueness\" : true\n        },\n        \"value\" : \"VM1\"\n      } ]\n    },\n    \"credentialInstanceId\" : \"3b964efc-1d23-4793-93aa-bf1c7746b39f\",\n    \"resourceStatusStates\" : [ ],\n    \"dtEnabled\" : true,\n    \"monitoringInterval\" : 5,\n    \"badges\" : [ ],\n    \"relatedResources\" : [ ],\n    \"identifier\" : \"ae63ede2-5551-42ac-89b5-2746b7ab6a22\"\n  } ]\n}"
object
pageInfo
Optional

Represents page information for a paged result

array of object
links
Optional

Collection of links

array of object
resourceList
Optional

The Collection of Resources


Code Samples
COPY
                    curl -H 'Authorization: <value>' https://{api_host}/suite-api/api/resources/groups/{groupId}/members