GET /Group/AccountMembership/{id}/

Gets the groups that an account is a member of.
 

Request

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

URI Parameters

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

Path Parameters

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

Request Body

There is no Request Body for this function.

Response

Response Body

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