paws.security.identity (version 0.1.0)

cognitoidentityprovider_admin_remove_user_from_group: Removes the specified user from the specified group

Description

Removes the specified user from the specified group.

Usage

cognitoidentityprovider_admin_remove_user_from_group(UserPoolId,
  Username, GroupName)

Arguments

UserPoolId

[required] The user pool ID for the user pool.

Username

[required] The username for the user.

GroupName

[required] The group name.

Request syntax

svc$admin_remove_user_from_group(
  UserPoolId = "string",
  Username = "string",
  GroupName = "string"
)

Details

Requires developer credentials.