User AddToGroups Property DRA REST Extensions SDK
The groups to which this user should be added. Optional. Valid only for a Create request. When specified, the new object is added to the specified groups. Specify as an array of distinguished names: Eg. "CN=Domain Users,CN=Users,DC=drdom700,DC=lab","CN=Test VA Grp,OU=Prem,DC=drdom700,DC=lab".

Namespace: NetIQ.DRA.Common.Rest.DataModels
Assembly: NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 0.0.0.0
Syntax

[DataMemberAttribute(Name = "addToGroups")]
public string[] AddToGroups { get; set; }

Property Value

Type:  OnlineString 
See Also