GET
/
user
/
whoami

Response

200 - application/json
id
string
required
tenantId
string
required
name
string | null
required
imageUri
string | null
lastSignInAt
string | null
lastActiveAt
string | null
username
string | null
status
enum<string> | null
Available options:
active,
inactive,
suspended
roleId
string | null
role
object | null
primaryEmailId
string | null
primaryPhoneId
string | null
emailAddresses
object[]
required
phoneNumbers
object[]
required
publicMeta
any | null
privateMeta
any | null
createdAt
string
required
updatedAt
string
required