POST
/
auth
/
users

Body

application/json
tenantId
string
required
name
string
email
string
username
string
roleId
string
phone
string
password
string
publicMeta
any
privateMeta
any

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