We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d91bb1d commit 78f3edeCopy full SHA for 78f3ede
tableauserverclient/server/endpoint/users_endpoint.py
@@ -256,6 +256,7 @@ def _get_groups_for_user(
256
pagination_item = PaginationItem.from_response(server_response.content, self.parent_srv.namespace)
257
return group_item, pagination_item
258
259
+
260
def create_users_csv(users: Iterable[UserItem], identity_pool=None) -> bytes:
261
"""
262
Create a CSV byte string from an Iterable of UserItem objects. The CSV will
0 commit comments