1. RunSignup
  2. API
  3. Methods
  4. Link Users to Race Series Participants (BETA)

Link Users to Race Series Participants (BETA)

This endpoint allows you to associate user accounts (typically registered for the event) with race series participants that already exist in the series. You must provide both the user ID and the race series participant ID that will be linked together. Each user can only be linked to one participant per race series year, and each race series participant can only be linked to one user per event.

Note: This endpoint only allows OAuth 2.0 authentication and requires the user to be a director of the race series. It is currently in beta and subject to change.

Request Format

{
	"columns": [
		"user_id",
		"race_series_participant_id"
	],
	"participants": [
		[12345, 67890],
		[12346, 67891],
		[12347, 67892]
	]
}

Response Format

{
	"success": true
}

URL

https://api.runsignup.com/rest/v2/race-series/race-series-participants/link-users.json

HTTP Method

POST

Parameters

Parameter HTTP Method Default Description Datatype
Authorization
Required
HTTP Header OAuth 2.0 Authorization header (e.g. `Bearer ...`). string
race_series_id
Required
GET Race series ID. uint
race_series_year_id
Required
GET Race series year ID. uint
race_id
Required
GET Race ID. uint
event_id
Required
GET Event ID. uint
request
Required
POST JSON containing user IDs and race series participant IDs to link. string

If you continue to use this site, you consent to use all cookies. We use cookies to offer you a better browsing experience. Read how we use cookies and how you can control them by visiting our Privacy Policy.

If you continue to use this site, you consent to use all cookies.