This endpoint allows organizations to import their existing users information into Humanos, for better management and control.
Documentation Index
Fetch the complete documentation index at: https://docs.humanos.id/llms.txt
Use this file to discover all available pages before exploring further.
Optional key used to safely retry the same create/initiate request without duplicating side effects.
"a96d14c5-8e60-4f6b-9d80-5c18c0e4202a"
Pin responses to a specific API version (YYYY-MM-DD). When omitted, defaults to the version stored in your issuer config or today's date.
^\d{4}-\d{2}-\d{2}$"2026-03-03"
Array of subjects to create. Each subject represents a user to be imported into Humanos
The verified contact (email or phone number) that identifies this subject.
This becomes a Contact row with a DID — Humanos can OTP it, route webhooks
to it, and use it to participate in credential signing flows.
See extraContacts for non-verified per-issuer metadata strings.
Identifier to help you identify the user in your own system. We recommend using a unique value.
"internal-12345"
Array of contact emails or phone numbers. Any update will fully replace the existing extra contacts. This contacts only live within your organization, therefore are not verified by Humanos. You will not be able to use it to contact the user.
["[email protected]", "+1234567890"]Identity information to be assigned to the user Only mandatory fields are {fullName, birth, docId, countryAlpha3}. Any extra field can be provided for visualization
Any update will fully replace the existing identity.
This identity only lives within your organization, therefore is not verified by Humanos.
{
"fullName": "John Doe",
"birth": "1990-01-01",
"docId": "1234567890",
"countryAlpha3": "PRT",
"gender": "M",
"expiresAt": "2026-01-01",
"issueDate": "2021-01-01",
"taxNumber": "123456789",
"healthNumber": "123456789",
"socialSecurityNumber": "987654321",
"photo": "https://example.com/photo.jpg",
"height": "180",
"documentType": "passport",
"documentDiscriminator": "K5V5",
"placeOfBirth": "Lisbon",
"mrzText": "P<PRTDOE<<JOHN<<<<<<<<<<<<<<<<<<<<<<<<<<<<<1234567890PRT9001019M2601012<<<<<<<<<<<<<<02"
}Returns an array of feedback objects, one for each subject in the request. The order in the response will match the order of of the request body.
Possible status codes for each subject:
HTTP status code indicating the result of the operation for this specific subject:
200, 201, 400, 402, 407, 408, 409, 410 200
Success or error message
"Subject created"
User information. Will just contain the contact if the operation fails