post https://example.com/api-gateway/v1/sign-up/anonymous
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.
Request Body Parameters:
Parameter | Type | Mandatory | Description | Example |
---|---|---|---|---|
_username | string | true | User's username. Can be an email or a regular username. With this username you login to the system. | [email protected] or john123 |
_password | string | true | A password | Aa123456 |
_nickname | string | false | The nickname of the user | Nicky123 |
_deviceRegistrationCode | string | true | The registration code entity that is attached to the device | RegistrationCode123 |
This API is public.