Creates a new athlete within an organization. The user must provide at least the first_name field. Other standard attributes, while optional, are recommended. Any additional attributes that are not part of the predefined standard attributes should be included as custom_attributes.
custom_attributes (object)
_), or dashes (-).@, #, $, etc.).first_name, last_name, date_of_birth, email, height, weight, and DOB) cannot be used as keys.Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The first name of the athlete.
Note: This is the minimum required field.
The last name of the athlete.
The date of birth of the athlete, formatted as YYYY-MM-DD
The athlete's email address.
The height of the athlete, in inches.
The weight of the athlete, in pounds (lbs).
A set of custom key-value attributes. Keys must be strings, and values must also be strings.
Athlete created successfully.