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
@@ -589,6 +590,63 @@ export class MessagingApiClient {
589
590
constparsedBody=text ? JSON.parse(text) : null;
590
591
return{httpResponse: res,body: parsedBody};
591
592
}
593
+
/**
594
+
* Get a list of user IDs who joined the membership.
595
+
* @param membershipId Membership plan ID.
596
+
* @param start A continuation token to get next remaining membership user IDs. Returned only when there are remaining user IDs that weren\'t returned in the userIds property in the previous request. The continuation token expires in 24 hours (86,400 seconds).
597
+
* @param limit The max number of items to return for this API call. The value is set to 300 by default, but the max acceptable value is 1000.
* Get a list of user IDs who joined the membership..
617
+
* This method includes HttpInfo object to return additional information.
618
+
* @param membershipId Membership plan ID.
619
+
* @param start A continuation token to get next remaining membership user IDs. Returned only when there are remaining user IDs that weren\'t returned in the userIds property in the previous request. The continuation token expires in 24 hours (86,400 seconds).
620
+
* @param limit The max number of items to return for this API call. The value is set to 300 by default, but the max acceptable value is 1000.
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+
* https://openapi-generator.tech
10
+
* Do not edit the class manually.
11
+
*/
12
+
13
+
/**
14
+
* List of users who have joined the membership
15
+
*/
16
+
exporttypeGetJoinedMembershipUsersResponse={
17
+
/**
18
+
* A list of user IDs who joined the membership. Users who have not agreed to the bot user agreement, are not following the bot, or are not active will be excluded. If there are no users in the membership, an empty list will be returned.
* A continuation token to get next remaining membership user IDs. Returned only when there are remaining user IDs that weren\'t returned in the userIds property in the previous request. The continuation token expires in 24 hours (86,400 seconds).
0 commit comments