POST Users/GroupBusinessUnit?validateOnly={validateOnly}
Add userGroupBusinessUnit
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
validateOnly |
Validate data, but don't post it |
boolean |
Default value is False |
Body Parameters
UserGroupBusinessUnit data
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. |