Skip to main content

TCognitoIdentityProviderAdminAddUserToGroupRequest

Class in AWS.CognitoIdentityProvider

AdminAddUserToGroup request class.

Ancestors

Properties

GroupName

property GroupName: string

Username

property Username: string

UserPoolId

property UserPoolId: string

Constructors

Create

constructor Create(const AUserPoolId, AUsername, AGroupName: string);

Constructor for TCognitoIdentityProviderAdminAddUserToGroupRequest.

Parameters

NameDescription
AUserPoolIdSpecify the ID of the user pool.
AUsernameSpecify the Username of the user.
AGroupNameSpecify the group name.