Hello,
I can create a user calling POST /v1/teams/{teamId}/members
This sends the user an email with invite link.
Is there a way to create the user without the email invite? what if I want to create a test user eg. name@fake-test-domain.com for testing?
Thank you