POST
/
environments
/
{environmentId}
/
users
/
bulk

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

environmentId
string
required

ID of the environment

Query Parameters

upsert
boolean

Update user data if user already exists

Body

application/json ยท object[]
id
string

ID of the environment

alias
string
firstName
string
lastName
string
jobTitle
string
phoneNumber
string
metadata
object
mfaBackupCodeAcknowledgement
enum<string> | null
Available options:
pending,
complete
tShirtSize
string
team
string
policiesConsent
boolean
country
string | null

Standard ISO 3166-1 alpha-2 two-letter country code

username
string | null

Alphanumeric with slugs and underscores username

btcWallet
string | null

BTC wallet address

kdaWallet
string | null

KDA wallet address

ltcWallet
string | null

LTC wallet address

ckbWallet
string | null

CKB wallet address

kasWallet
string | null

KAS wallet address

dogeWallet
string | null

DOGE wallet address

emailNotification
boolean
discordNotification
boolean
newsletterNotification
boolean
emailVerifiedAt
string
email
string
wallets
object[]
oauthAccounts
object[]

Response

201 - application/json
created
object[]
updated
object[]
failed
object[]
total
integer