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
Copy file name to clipboardExpand all lines: docs/source/endpoints/users.md
+41Lines changed: 41 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -147,6 +147,47 @@ The `Location` header contains the URL of the newly created user, and the resour
147
147
148
148
If no roles have been specified, then a `Member` role is added as a sensible default.
149
149
150
+
### Create users via CSV
151
+
152
+
To create a new user from a CSV file, send a `POST` request to the `/@users` endpoint with a `multipart/form-data` body containing a CSV file with the user details.
153
+
The endpoint expects the CSV file to be under a "file" part of the `Content-Disposition: multipart/form-data`:
0 commit comments