We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4186bd0 commit 1e1e33fCopy full SHA for 1e1e33f
tableauserverclient/server/endpoint/users_endpoint.py
@@ -220,7 +220,16 @@ def _get_groups_for_user(
220
221
def create_users_csv(users: Iterable[UserItem], identity_pool=None) -> bytes:
222
"""
223
- Create a CSV byte string from an Iterable of UserItem objects
+ Create a CSV byte string from an Iterable of UserItem objects. The CSV will
224
+ have the following columns, and no header row:
225
+
226
+ - Username
227
+ - Password
228
+ - Display Name
229
+ - License
230
+ - Admin Level
231
+ - Publish capability
232
+ - Email
233
234
if identity_pool is not None:
235
raise NotImplementedError("Identity pool is not supported in this version")
0 commit comments