GET /Group/GetMembers/{id}/

Gets the accounts/groups that belong to the group.
 

Request

Method Request URI
GET /API/Group/GetMembers/{id}/?includeInherited=value&sessionId=value

URI Parameters

URI Parameter Description
includeInherited If set to true, then inherited members are included.
sessionId Current session ID.

Path Parameters

Path Parameter Description
id The ID of the group which data is requested.

Request Body

There is no Request Body for this function.

Response

Response Body

An array of Dundas.BI.WebApi.Models.MemberInfoData objects, or status code indicating the problem.