GroupMembersRequest

From Second Life Wiki
Revision as of 13:13, 12 December 2006 by Jonathan Linden (talk | contribs)
Jump to navigation Jump to search

Message Layout

{
	GroupMembersRequest Low NotTrusted Unencoded
	{
		AgentData		Single
		{	AgentID		LLUUID	}
		{	SessionID	LLUUID	}
	}
	{
		GroupData		Single
		{	GroupID		LLUUID	}
		{       RequestID	LLUUID	}
	}
}

Usage and Notes

Requests a list of all of the members in a group as well as some information about them.

RequestID - A unique indicator for this particular request. This should be unique for each request made. Helps tracking incoming replies to this request.