Difference between revisions of "GroupMembersRequest"

From Second Life Wiki
Jump to navigation Jump to search
Line 18: Line 18:
</pre>
</pre>
==Usage and Notes==
==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 <b>listing of group members who are visible in the directory</b> as well as <b>the members' land contribution</b>, <b>the members' titles</b> and if <b>the members are the owner of the group<b>.  If the requesting agent is a member of the group, this message requests <b>a count of all members</b>, <b>all members' online statuses<b>, and <b>all members' powers within the group<b> as well as all of the data requested for non-member requests.
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 <b>listing of group members who are visible in the directory</b> as well as <b>the members' land contribution</b>, <b>the members' titles</b> and if <b>the members are the owner of the group</b>.  If the requesting agent is a member of the group, this message requests <b>a count of all members</b>, <b>all members' online statuses</b>, and <b>all members' powers within the group</b> as well as all of the data requested for non-member requests.


<b><tt>RequestID</tt></b> - A unique indicator for this particular request.  This should be unique for each request made.  Helps tracking incoming replies to this request.
<b><tt>RequestID</tt></b> - A unique indicator for this particular request.  This should be unique for each request made.  Helps tracking incoming replies to this request.
[[Category:Messages]]
[[Category:Messages]]

Revision as of 13:32, 12 December 2006

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.