This operation registers a new user in hosted API. After a new user is registered, a scan for this user can be registered with /scans.
/users
The email address of the user
foo@bar.com
A unique token for the user provided by the partner
unique-user-token
The user's state of residence
California
The user's birth date
1990-01-01
Whether the user has consented to their data being used for research
true
The user's sex
male
male
, female
, neutral
, undefined
The user's region
north_america
africa
, asia
, caribbean
, central_america
, europe
, north_america
, oceania
, south_america
The user's weight
{"value":80,"unit":"kg"}
The user's height
{"value":1.8,"unit":"m"}
The terms of service
{"accepted":true,"version":"1"}
This operation provides the meta data for a specific user.
/users/{token}
A unique token for the user provided by the partner
unique-user-token
This operation deletes a specific user.
/users/{token}
A unique token for the user provided by the partner
unique-user-token
This operation updates the meta data for a specific user.
/users/{token}
A unique token for the user provided by the partner
unique-user-token
The email address of the user
foo@bar.com
A unique token for the user provided by the partner
unique-user-token
The user's state of residence
California
The user's birth date
1990-01-01
Whether the user has consented to their data being used for research
true
The user's sex
male
male
, female
, neutral
, undefined
The user's region
north_america
africa
, asia
, caribbean
, central_america
, europe
, north_america
, oceania
, south_america
The user's weight
{"value":80,"unit":"kg"}
The user's height
{"value":1.8,"unit":"m"}