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.
Athlete created successfully.
The response is of type object
.