GET Users/UserAuthGroup
Get userAuthGroups from criteria
Request Information
URI Parameters
Name | Description | Type | Additional 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. |
AuthGroupID |
Filter by AuthGroupID |
integer |
None. |
AuthGroups |
Filter by AuthGroups |
Collection of integer |
None. |
Body Parameters
None.
Response Information
Resource Description
List of UserAuthGroupDTOs
Collection of UserAuthGroupDTOName | Description | Type | Additional information |
---|---|---|---|
UserID |
The unique identifier for the User record. |
integer |
None. |
AuthGroupID |
The unique identifier for the Auth Group record. |
integer |
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. |
AuthGroupName |
Name of the Auth Group. |
string |
None. |
UserName |
Name of the User. |
string |
None. |
UserEmail |
Email address of the User. |
string |
None. |
Summary |
Alias for AuthGroupName This field is readonly. |
string |
None. |