Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 1.8 KB

GroupMember.md

File metadata and controls

27 lines (23 loc) · 1.8 KB

VRChat.API.Model.GroupMember

Properties

Name Type Description Notes
AcceptedByDisplayName string [optional]
AcceptedById string [optional]
Id string [optional]
GroupId string [optional]
UserId string A users unique ID, usually in the form of `usr_c1644b5b-3ca4-45b4-97c6-a2a0de70d469`. Legacy players can have old IDs in the form of `8JoV9XEdpo`. The ID can never be changed. [optional]
IsRepresenting bool Whether the user is representing the group. This makes the group show up above the name tag in-game. [optional] [default to false]
User GroupMemberLimitedUser [optional]
RoleIds List<string> [optional]
MRoleIds List<string> [optional]
JoinedAt DateTime? [optional]
MembershipStatus GroupMemberStatus [optional]
Visibility string [optional]
IsSubscribedToAnnouncements bool [optional] [default to false]
CreatedAt DateTime? Only visible via the /groups/:groupId/members endpoint, not when fetching a specific user. [optional]
BannedAt DateTime? Only visible via the /groups/:groupId/members endpoint, not when fetching a specific user. [optional]
ManagerNotes string Only visible via the /groups/:groupId/members endpoint, not when fetching a specific user. [optional]
LastPostReadAt DateTime? [optional]
HasJoinedFromPurchase bool [optional]

[Back to Model list] [Back to API list] [Back to README]