v1

latestOpenAPI 3.1.02026-07-2371316.8 KB
End User

Upload or update UserInformation for a user

Update a user’s basic information (e.g., height, weight, birthdate, gender).

put/v5/userInformation

Headers

Authorizationstring required

Basic Auth for your username:password. Required for all endpoints

AppAuthorizationstring required

Basic Auth for your authID:authSecret. Required for all endpoints.

authenticationTokenstring required

The unique identifier of a user in Thryve's system. Newer interfaces call this parameter endUserId.

Request body

heightinteger

Height in centimeters.

weightnumber float

Weight in kilograms.

birthdatestring date

Birthdate in YYYY-MM-DD format.

genderstring

Gender as a string (male, female, genderless).

Response

Upload successful.