GET Users/UserAuthGroup/{userID}/{authGroupID}
Get userAuthGroup
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userID |
UserID of UserAuthGroup to be searched |
integer |
Required |
authGroupID |
AuthGroupID of UserAuthGroup to be searched |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
UserAuthGroupDTO
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. |