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
* @param [user_ids] {string[]} - A list of up to 100 user IDs. When provided, other parameters are ignored.
122
122
* @param [prefix] {string} - Returns users where the name or email address begins with the specified case-insensitive
123
123
* string.
124
-
* @param [sub_account_id[ {string} - Only returns users who have access to the specified account.
125
-
* @param [last_login] {boolean} - Returns users based on their last login within a specified date range. true for users who logged in, false for users who haven't logged in, undefined for all users.
126
-
* @param [from_date] {Date|string} - Last login start date.
127
-
* @param [to_date] {Date|string} - Last login end date.
128
-
* @param [options] {object} - See {@link https://cloudinary.com/documentation/cloudinary_sdks#configuration_parameters|Configuration parameters} in the SDK documentation.
124
+
* @param [sub_account_id] {string} - Only returns users who have access to the specified account.
125
+
* @param [options] {object} - Configuration options. Can include:
126
+
* - lastLogin {boolean} - Returns users based on their last login within a specified date range. true for users who logged in, false for users who haven't logged in, undefined for all users.
127
+
* - fromDate {Date|string} - Last login start date.
128
+
* - toDate {Date|string} - Last login end date.
129
+
* See {@link https://cloudinary.com/documentation/cloudinary_sdks#configuration_parameters|Configuration parameters} in the SDK documentation.
0 commit comments