GET V2/Users/GroupBusinessUnits

Get userGroupBusinessUnits from criteria

Request Information

URI Parameters

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

UserIDs

Filter by UserIDs

Collection of integer

None.

BusinessUnits

Filter by BusinessUnit(s)

Collection of integer

None.

GroupIDs

Filter by GroupIDs

Collection of integer

None.

MaxRows

Limit number of rows

integer

None.

CreatedDateUtcMin

Filter by CreatedDateUtcMin

date

None.

CreatedDateUtcMax

Filter by CreatedDateUtcMax

date

None.

LastUpdatedDateUtcMin

Filter by LastUpdatedDateUtcMin

date

None.

LastUpdatedDateUtcMax

Filter by LastUpdatedDateUtcMax

date

None.

Body Parameters

None.

Response Information

Resource Description

List of UserGroupBusinessUnitDTOs

Collection of UserGroupBusinessUnitDTO
NameDescriptionTypeAdditional 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.