GroupMembersRequest

From Second Life Wiki
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 other information. If the requesting agent is not a member of the group, this message requests a listing of group members who are visible in the directory as well as the members' land contribution, the members' titles and if the members are the owner of the group. If the requesting agent is a member of the group, this message requests a count of all members, all members' online statuses, and all members' powers within the group as well as all of the data requested for non-member requests.

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