PUT Users/UserAuthGroup/{userID}/{authGroupID}?validateOnly={validateOnly}

Update userAuthGroup

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userID

UserID of UserAuthGroup to be updated

integer

Required

authGroupID

AuthGroupID of UserAuthGroup to be updated

integer

Required

validateOnly

Validate data, but don't post it

boolean

Default value is False

Body Parameters

UserAuthGroup data

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

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.