Create a user
POST/users/create
Create a new user on the platform within a given organization.
Requires reseller role
This endpoint is only available to users with the reseller role.
Resellers can only create users with the medical_professional role. Attempting to create
a user with any other role will result in a validation error.
A subscription object with at least a type is required. The subscription determines which
features and data the user can access.
Request
Responses
- 200
- 401
- 403
- 422
Successful operation
Unauthorized
Forbidden
Unprocessable Entity