Create a user

Creates a new user.

SecurityZephrHmacHttp
Request
Request Body schema: application/json
object (legacy-validators)

Validators are not required for user creation, users created without validators won't be able to sign into Zephr unless they follow a password reset flow, or being mapped as shadow users identified by a JWT.

required
object (identifiers)
object (attributes)
accountMembershipCode
string
email_verified
boolean
last_login
string
tracking_id
string
registered
string
object
registration_tenant
string
session_limit
integer
foreign_keys
Array of objects
product_sharing_id
string
created_at
string
Responses
201

Created

400

Bad Request

post/v3/users
Request samples
application/json
{
  • "user_id": "123456789ABCD",
  • "identifiers": {
    },
  • "attributes": {
    }
}
Response samples
application/json
{
  • "data": {
    }
}