EjectGroupMemberRequest

From Second Life Wiki
Jump to navigation Jump to search

Message Layout

{
	EjectGroupMemberRequest Low NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		GroupData		Single
		{	GroupID		LLUUID	}
	}
	{
		EjectData		Variable
		{	EjecteeID	LLUUID	}
	}
}

Usage and Notes

Used for for ejecting group members. The user requesting the ejection must have the power to eject users in the group. The ejectees also must be in the group. One also cannot eject an owner of the group.