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
**is_representing** | **bool** | Whether the user is representing the group. This makes the group show up above the name tag in-game. | [optional][default to False]
15
-
**is_subscribed_to_announcements** | **bool** | | [optional][default to False]
**accepted_by_display_name** | **str** | Only missing when explicitly fetching own user. | [optional]
9
+
**accepted_by_id** | **str** | Only missing when explicitly fetching own user. | [optional]
10
+
**banned_at** | **datetime** | Only missing when explicitly fetching own user. | [optional]
11
+
**created_at** | **datetime** | Only missing when explicitly fetching own user. | [optional]
12
+
**group_id** | **str** | |
13
+
**has_joined_from_purchase** | **bool** | Missing when explicitly fetching own user, or when group isn't linked to a purchase. | [optional]
14
+
**id** | **str** | |
15
+
**is_representing** | **bool** | Whether the user is representing the group. This makes the group show up above the name tag in-game. | [default to False]
16
+
**is_subscribed_to_announcements** | **bool** | | [default to False]
17
+
**is_subscribed_to_event_announcements** | **bool** | Only missing when explicitly fetching own user. | [optional]
18
+
**joined_at** | **datetime** | |
19
+
**last_post_read_at** | **datetime** | |
20
+
**m_role_ids** | **list[str]** | |
21
+
**manager_notes** | **str** | Only missing when explicitly fetching own user. | [optional]
**user_id** | **str** | 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]
25
-
**visibility** | **str** | | [optional]
25
+
**user_id** | **str** | 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. |
26
+
**visibility** | **str** | |
26
27
27
28
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/GroupsApi.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2232,11 +2232,11 @@ Name | Type | Description | Notes
2232
2232
[[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)
@@ -2288,7 +2288,7 @@ Name | Type | Description | Notes
2288
2288
2289
2289
### Return type
2290
2290
2291
-
[**GroupLimitedMember**](GroupLimitedMember.md)
2291
+
[**GroupMember**](GroupMember.md)
2292
2292
2293
2293
### Authorization
2294
2294
@@ -3704,7 +3704,7 @@ Name | Type | Description | Notes
3704
3704
[[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