diff --git a/tableauserverclient/server/endpoint/users_endpoint.py b/tableauserverclient/server/endpoint/users_endpoint.py index c768ca0f..3852cdf9 100644 --- a/tableauserverclient/server/endpoint/users_endpoint.py +++ b/tableauserverclient/server/endpoint/users_endpoint.py @@ -256,6 +256,7 @@ def _get_groups_for_user( pagination_item = PaginationItem.from_response(server_response.content, self.parent_srv.namespace) return group_item, pagination_item + def create_users_csv(users: Iterable[UserItem], identity_pool=None) -> bytes: """ Create a CSV byte string from an Iterable of UserItem objects. The CSV will