Anonymous self sign up for patients

Anonymous self sign up for patients

This API is used by a patient to anonymously sign up. The patient will be created with the provided information.
The patient will be assigned to the device linked to the provided registration code.
The Registration code must exist and be linked to a device.
That device should not be assigned to any patient, and be in the manufacturer's organization.
Email verification is required for the patient to log in.

Request Body Parameters:

ParameterTypeMandatoryDescriptionExample
_usernamestringtrueUser's username. Can be an email or a regular username. With this username you login to the system.[email protected] or john123
_passwordstringtrueA passwordAa123456
_nicknamestringfalseThe nickname of the userNicky123
_deviceRegistrationCodestringtrueThe registration code entity that is attached to the deviceRegistrationCode123

This API is public.

Language
Click Try It! to start a request and see the response here!