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
*Clerk::SDK.users* | [**verify_password**](docs/UsersApi.md#verify_password) | **POST** /users/{user_id}/verify_password | Verify the password of a user
196
196
*Clerk::SDK.users* | [**verify_totp**](docs/UsersApi.md#verify_totp) | **POST** /users/{user_id}/verify_totp | Verify a TOTP or backup code for a user
Copy file name to clipboardExpand all lines: .generated/docs/CommerceApi.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -184,7 +184,7 @@ opts = {
184
184
payer_type:'user', # String | Filter subscription items by payer type
185
185
plan_id:'plan_id_example', # String | Filter subscription items by plan ID
186
186
include_free:true, # Boolean | Whether to include free plan subscription items
187
-
query:'query_example'# String | Search query to filter subscription items
187
+
query:'query_example'# String | Search query to filter subscription items by email, user first name, user last name, or organization name. Supports partial matching.
188
188
}
189
189
190
190
begin
@@ -225,7 +225,7 @@ end
225
225
|**payer_type**|**String**| Filter subscription items by payer type |[optional]|
226
226
|**plan_id**|**String**| Filter subscription items by plan ID |[optional]|
227
227
|**include_free**|**Boolean**| Whether to include free plan subscription items |[optional][default to false]|
228
-
|**query**|**String**| Search query to filter subscription items |[optional]|
228
+
|**query**|**String**| Search query to filter subscription items by email, user first name, user last name, or organization name. Supports partial matching. |[optional]|
|**ignore_existing**|**Boolean**| Whether an invitation should be created if there is already an existing invitation for this email address, or it's claimed by another user. |[optional][default to false]|
# @option opts [String] :query Search query to filter subscription items by email, user first name, user last name, or organization name. Supports partial matching.
# @option opts [String] :query Search query to filter subscription items by email, user first name, user last name, or organization name. Supports partial matching.
206
206
# @return [Array<(PaginatedCommerceSubscriptionItemResponse, Integer, Hash)>] PaginatedCommerceSubscriptionItemResponse data, response status code and response headers
0 commit comments