Skip to content

/AWS1/CL_IAM=>REMOVEUSERFROMGROUP()

About RemoveUserFromGroup

Removes the specified user from the specified group.

Method Signature

IMPORTING

Required arguments:

IV_GROUPNAME TYPE /AWS1/IAMGROUPNAMETYPE /AWS1/IAMGROUPNAMETYPE

The name of the group to update.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-

IV_USERNAME TYPE /AWS1/IAMEXISTINGUSERNAMETYPE /AWS1/IAMEXISTINGUSERNAMETYPE

The name of the user to remove.

This parameter allows (through its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: _+=,.@-