latestSwagger 2.0BSD License2026-08-107753105.4 KB

52b0eb5e8b96

challenge

Add members

Add members to a team.

Note: for now if the challenge is a team challenge and no team is specified, the first team for the specified profile is used. Do note that this is a temporary fix and may be removed at any time.

Note: for the GET/POST endpoint an admin bearer token is required, while the GET also accepts profile bearer tokens

put/challenge/{public_id}/members/

Request body

profilesstring[] required
is_activeboolean

Whether profile actively participates in challenge.

While inactive, scores/leaderboard will not be updated but still be visible.

teamstring uuid

A team public_id is expected

Response

OK

profilesstring[] required
is_activeboolean

Whether profile actively participates in challenge.

While inactive, scores/leaderboard will not be updated but still be visible.

teamstring uuid

A team public_id is expected