GET V2/Users/User/Minimal
Get users from criteria
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Databases |
Filter by Databases |
Collection of integer |
None. |
SortColumn | string |
None. |
|
SortDirection | string |
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. |
UserName |
Filter by UserName |
string |
None. |
Name |
Filter by Name |
NameDTO |
None. |
EmailAddress | string |
None. |
|
BusinessUnits |
Filter by BusinessUnit(s) |
Collection of integer |
None. |
AuthGroups |
Filter by AuthGroups(s) |
Collection of integer |
None. |
EntityIDs |
Filter by EntityIDs |
Collection of 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 UserMinimalDTOs
Collection of UserMinimalDTOName | Description | Type | Additional information |
---|---|---|---|
UserID | integer |
None. |
|
UserName | string |
None. |
|
Name | NameDTO |
None. |