GET Users/BusinessUnit?IncludeActive={IncludeActive}&IncludeInactive={IncludeInactive}&IncludeDeleted={IncludeDeleted}&Match={Match}&UserID={UserID}&BUID={BUID}&MaxRows={MaxRows}

Get userBusinessUnits from criteria

Request Information

URI Parameters

NameDescriptionTypeAdditional information
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 UserBusinessUnitDTO
NameDescriptionTypeAdditional information
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.