GET V2/Users/BusinessUnit?OrgID={OrgID}&IncludeActive={IncludeActive}&IncludeInactive={IncludeInactive}&IncludeDeleted={IncludeDeleted}&Match={Match}&UserID={UserID}&BUID={BUID}&MaxRows={MaxRows}
Get userBusinessUnits from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
OrgID |
Filter by OrgID |
integer |
None. |
IncludeActive |
Include records where RecordState == RecordState.Active |
boolean |
None. |
IncludeInactive |
Include records where RecordState == RecordState.Inactive |
boolean |
None. |
IncludeDeleted |
Include records where RecordState == RecordState.Deleted |
boolean |
None. |
Match |
When searching by string, include records based on match type |
MatchCriteriaStringType |
None. |
UserID |
Filter by UserID |
integer |
None. |
BUID |
Filter by BUID |
integer |
None. |
MaxRows |
Limit number of rows |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
List of UserBusinessUnitDTOs
Collection of UserBusinessUnitDTOV2Name | Description | Type | Additional information |
---|---|---|---|
OrgID |
Unique identifier of the Organization. |
integer |
None. |
UserID |
Unique identifier for the User. |
integer |
None. |
BUID |
Unique identifier for the Business Unit. |
integer |
None. |
RecordState |
Record State, . |
RecordState |
None. |
Created | 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. |
BusinessUnitName |
Name of the Business Unit This field is readonly. |
string |
None. |
BusinessUnitType |
Type of the Business Unit, . |
BusinessUnitType |
None. |
Summary |
Alias for BusinessUnitName This field is readonly. |
string |
None. |