You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/GroupAuditLogEntry.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
|**createdAt**|**OffsetDateTime**||[optional]|
12
12
|**groupId**|**String**||[optional]|
13
13
|**actorId**|**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]|
14
-
|**actorDisplayname**|**String**||[optional]|
14
+
|**actorDisplayName**|**String**||[optional]|
15
15
|**targetId**|**String**| Typically GroupID or GroupRoleID, but could be other types of IDs. |[optional]|
16
16
|**eventType**|**String**| The type of event that occurred. This is a string that is prefixed with the type of object that the event occurred on. For example, a group role update event would be prefixed with `group.role`. |[optional]|
17
17
|**description**|**String**| A human-readable description of the event. |[optional]|
|**ownerId**|**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]|
Copy file name to clipboardExpand all lines: docs/UsersApi.md
+71Lines changed: 71 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ All URIs are relative to *https://api.vrchat.cloud/api/1*
8
8
|[**getUserByName**](UsersApi.md#getUserByName)|**GET** /users/{username}/name | Get User by Username |
9
9
|[**getUserGroupRequests**](UsersApi.md#getUserGroupRequests)|**GET** /users/{userId}/groups/requested | Get User Group Requests |
10
10
|[**getUserGroups**](UsersApi.md#getUserGroups)|**GET** /users/{userId}/groups | Get User Groups |
11
+
|[**getUserRepresentedGroup**](UsersApi.md#getUserRepresentedGroup)|**GET** /users/{userId}/groups/represented | Get user's current represented group |
11
12
|[**searchUsers**](UsersApi.md#searchUsers)|**GET** /users | Search All Users |
12
13
|[**updateUser**](UsersApi.md#updateUser)|**PUT** /users/{userId} | Update User Info |
13
14
@@ -292,6 +293,76 @@ public class Example {
292
293
|**200**| Returns a list of Group objects. | - |
293
294
|**401**| Error response due to missing auth cookie. | - |
0 commit comments