This endpoint allows organizations to import their existing users information into Humanos, for better management and control.
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
Array of contacts (emails or phone numbers) for the user
["user@example.com", "+351912345678"]Identifier to help you identify the user in your own system. We recommend using a unique value.
"internal-12345"
Identity information to be assigned to the user
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.
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 contacts if the operation fails