Open this page in the API Guide

GroupController.AddMembers Method

Add Members to a group.

Namespace:  Dundas.BI.WebApi.Controllers
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[HttpPostAttribute("AddMembers/{id}")]
public IActionResult AddMembers(
	Guid id,
	[FromBodyAttribute] ModifyGroupOptions options,
	Guid? sessionId = null
)

Parameters

id
Type: System.Guid
The ID of the group to update.
options
Type: Dundas.BI.WebApi.Models.ModifyGroupOptions
The list of ID's to be added to the group.
sessionId (Optional)
Type: System.Nullable<Guid>
Current session ID.

Return Value

Type: IActionResult
An object describing the result of the operation.
See Also