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
**location** | **str** | InstanceID can be \"offline\" on User profiles if you are not friends with that user and \"private\" if you are friends and user is in private instance. |
9
+
**world** | [**World**](World.md) | |
10
+
**member_count** | **int** | |
11
+
12
+
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[**get_group_audit_logs**](GroupsApi.md#get_group_audit_logs) | **GET** /groups/{groupId}/auditLogs | Get Group Audit Logs
25
25
[**get_group_bans**](GroupsApi.md#get_group_bans) | **GET** /groups/{groupId}/bans | Get Group Bans
26
26
[**get_group_gallery_images**](GroupsApi.md#get_group_gallery_images) | **GET** /groups/{groupId}/galleries/{groupGalleryId} | Get Group Gallery Images
27
+
[**get_group_instances**](GroupsApi.md#get_group_instances) | **GET** /groups/{groupId}/instances | Get Group Instances
27
28
[**get_group_invites**](GroupsApi.md#get_group_invites) | **GET** /groups/{groupId}/invites | Get Group Invites Sent
28
29
[**get_group_member**](GroupsApi.md#get_group_member) | **GET** /groups/{groupId}/members/{userId} | Get Group Member
29
30
[**get_group_members**](GroupsApi.md#get_group_members) | **GET** /groups/{groupId}/members | List Group Members
@@ -273,6 +274,7 @@ Name | Type | Description | Notes
273
274
| Status code | Description | Response headers |
274
275
|-------------|-------------|------------------|
275
276
**200** | Returns a list of GroupMember objects. | - |
277
+
**400** | Bad request error response when banning a user | - |
276
278
**401** | Error response due to missing auth cookie. | - |
277
279
**404** | Error response when trying to perform operations on a non-existing group. | - |
278
280
@@ -1592,6 +1594,81 @@ Name | Type | Description | Notes
1592
1594
1593
1595
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
**group_id** | **str**| Must be a valid group ID. |
1649
+
1650
+
### Return type
1651
+
1652
+
[**list[GroupInstance]**](GroupInstance.md)
1653
+
1654
+
### Authorization
1655
+
1656
+
[authCookie](../README.md#authCookie)
1657
+
1658
+
### HTTP request headers
1659
+
1660
+
-**Content-Type**: Not defined
1661
+
-**Accept**: application/json
1662
+
1663
+
### HTTP response details
1664
+
| Status code | Description | Response headers |
1665
+
|-------------|-------------|------------------|
1666
+
**200** | Returns a list of GroupInstance objects. | - |
1667
+
**401** | Error response due to missing auth cookie. | - |
1668
+
**404** | Error response when trying to perform operations on a non-existing group. | - |
1669
+
1670
+
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments