v1
latestSwagger 2.02026-07-1760185352.5 KBidentity
Create an Identity
Create an identity. This endpoint can also be used to import credentials for instance passwords, social sign in configurations, or multifactor methods.
post/admin/identities
Request body
Example request
{
"verifiable_addresses": [
{
"created_at": "2014-01-01T23:28:56.782Z",
"updated_at": "2014-01-01T23:28:56.782Z",
"verified": true,
"via": "email"
}
]
}Response
identity
Example response
{
"verifiable_addresses": [
{
"created_at": "2014-01-01T23:28:56.782Z",
"updated_at": "2014-01-01T23:28:56.782Z",
"verified": true,
"via": "email"
}
]
}