GET V2/Users/Setting?OrgID={OrgID}&IncludeActive={IncludeActive}&IncludeInactive={IncludeInactive}&IncludeDeleted={IncludeDeleted}&Match={Match}&UserID={UserID}&Name={Name}

Get userSettings 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.

UserID

Filter by UserID

integer

None.

Name

Filter by Name

string

None.

Body Parameters

None.

Response Information

Resource Description

List of UserSettingDTOs

Collection of UserSettingDTOV2
NameDescriptionTypeAdditional information
OrgID

Org ID

integer

None.

SettingID

Setting ID

integer

None.

UserID

User ID

integer

None.

Name

Name

string

None.

Props

Props

Collection of Object

None.

RecordState

Record State

RecordState

None.

Created

Created

AuditDataDTO

None.

LastUpdated

Last Updated

AuditDataDTO

None.

Summary

Summary

string

None.