GET
/
sdk
/
{environmentId}
/
users

Authorizations

Authorization
string
header
required

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

Path Parameters

environmentId
string
required

ID of the environment

Required string length: 36

Response

200 - application/json
id
string
required
Required string length: 36
projectEnvironmentId
string
required
Required string length: 36
verifiedCredentials
object[]
required
alias
string | null
Maximum length: 255
btcWallet
string | null
ckbWallet
string | null
country
string | null

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

Maximum length: 255
discordNotification
boolean | null
dogeWallet
string | null
email
string | null
Maximum length: 255
emailNotification
boolean | null
firstName
string | null
Maximum length: 255
firstVisit
string
jobTitle
string | null
Maximum length: 255
kasWallet
string | null
kdaWallet
string | null
lastName
string | null
Maximum length: 255
lastVerifiedCredentialId
string
Required string length: 36
lastVisit
string
lists
string[]

Access lists evaluated by Dynamic when considering access for the user.

ltcWallet
string | null
metadata
object
mfaBackupCodeAcknowledgement
enum<string> | null
Available options:
pending,
complete
missingFields
object[]
newsletterNotification
boolean | null
newUser
boolean
phoneNumber
string | null
Maximum length: 255
scope
string

A whitespace-separate list of permissions associated with the JWT token issued. This conforms to the JWT standard for scope claims: https://datatracker.ietf.org/doc/html/rfc8693#section-4.2

sessionId
string
Required string length: 36
team
string | null
Maximum length: 255
tShirtSize
string | null
Maximum length: 255
username
string | null
Maximum length: 255