PUT V2/Users/GroupBusinessUnits/{userID}/{orgID}/BulkUpdateUserGroupBusinessUnits
Bulk-update the UserGroupBusinessUnits associated with a user and a particular organization
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userID |
The ID of the user to update |
integer |
Required |
orgID |
The ID of the organization to update |
integer |
Required |
Body Parameters
The UserGroupBusinessUnits to update
Collection of UserGroupBusinessUnitDTOName | Description | Type | Additional information |
---|---|---|---|
UserID |
The unique identifier for the User record. |
integer |
None. |
BUID |
The unique identifier for the Business Unit record. |
integer |
None. |
BusinessUnitName |
Name of the Business Unit |
string |
None. |
GroupID |
The unique identifier for the Group record. |
integer |
None. |
GroupName |
Name of the Group |
string |
None. |
RecordState |
Record State, |
RecordState |
None. |
Created |
The audit information for the creation of the record, including the creation date in UTC and the user who created it, . This field is readonly. |
AuditDataDTO |
None. |
LastUpdated |
The audit information for the last update to the record, including the update date in UTC and the user who made the update, . This field is readonly. |
AuditDataDTO |
None. |
Summary |
Alias for UserGroupBusinessUnitNameDTO This field is readonly. |
string |
None. |
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |