lib/purecloudplatformclientv2/api/users_api.rb in purecloudplatformclientv2-89.0.0 vs lib/purecloudplatformclientv2/api/users_api.rb in purecloudplatformclientv2-90.0.0

- old
+ new

@@ -1168,11 +1168,11 @@ end return data, status_code, headers end # Get a user profile listing - # + # This api is deprecated. User /api/v2/users # @param [Hash] opts the optional parameters # @option opts [Integer] :page_size Page size (default to 25) # @option opts [Integer] :page_number Page number (default to 1) # @option opts [Array<String>] :id id # @option opts [Array<String>] :jid jid @@ -1183,11 +1183,11 @@ data, _status_code, _headers = get_profiles_users_with_http_info(opts) return data end # Get a user profile listing - # + # This api is deprecated. User /api/v2/users # @param [Hash] opts the optional parameters # @option opts [Integer] :page_size Page size # @option opts [Integer] :page_number Page number # @option opts [Array<String>] :id id # @option opts [Array<String>] :jid jid @@ -1887,21 +1887,21 @@ end return data, status_code, headers end # Get user profile - # + # This api has been deprecated. Use api/v2/users instead # @param user_id userId # @param [Hash] opts the optional parameters # @option opts [Array<String>] :expand Which fields, if any, to expand # @return [UserProfile] def get_user_profile(user_id, opts = {}) data, _status_code, _headers = get_user_profile_with_http_info(user_id, opts) return data end # Get user profile - # + # This api has been deprecated. Use api/v2/users instead # @param user_id userId # @param [Hash] opts the optional parameters # @option opts [Array<String>] :expand Which fields, if any, to expand # @return [Array<(UserProfile, Fixnum, Hash)>] UserProfile data, response status code and response headers def get_user_profile_with_http_info(user_id, opts = {})