Skip to content

Support 3pids in CSV users import (bulk registration)#804

Merged
aine-etke merged 2 commits intomainfrom
support-3pids-on-user-import
Sep 2, 2025
Merged

Support 3pids in CSV users import (bulk registration)#804
aine-etke merged 2 commits intomainfrom
support-3pids-on-user-import

Conversation

@aine-etke
Copy link
Member

This PR introduces new threepids column support in CSV file that may contain arbitrary number of threepids, examples below

Multiple emails

,John Doe,,false,false,false,"email:john@example.com,email:doe@example.com"

will create a user with 2 emails - john@example.com and doe@example.com

Email and phone number

testuser22,Jane Doe,secretpassword,false,true,false,"email:test22@example.com,msisdn:1234567890"

will create a user with email test22@example.com and phone number (msisdn) 1234567890


closes #794

@aine-etke aine-etke merged commit 0e32ac4 into main Sep 2, 2025
2 checks passed
@aine-etke aine-etke deleted the support-3pids-on-user-import branch September 2, 2025 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Extend CSV user import to include 3pid E-Mail address

1 participant