UserInfoModelGroupEmployeeIDList Property | |
Gets or sets the Employee ID List for an employee
Namespace: AppOne.Web.Service.Services.V1R0.Customer.ContractsAssembly: AppOne.Web.Service (in AppOne.Web.Service.dll) Version: 1.0.141
Syntax public List<int> GroupEmployeeIDList { get; set; }
function get_GroupEmployeeIDList();
function set_GroupEmployeeIDList(value);
Property Value
ListInt32Remarks
Gets or sets the Employee ID List for an employee . For Add/Update/Delete operations see the V2 GetUserGroups endpoint.
The ID property is the key that will need to be used for the CRUD operation.
Removing Group Assignments via the API currently requires that all user groups be unassigned from a user - and then reassigned.
You may do this by passing in a value of "0" as your first Group Assignment. If the 0 is present later in the list of groups to
assign then it may result in the removal of groups.
Note |
---|
As an employee can only be present in one managed group, passing in multiple Manager Groups will result in the employee
only being added to the last managed group present in the list.
|
Example 123
See Also