Add Club Members
Authorizations
X-Api-KeystringRequired
The MySK API key.
OAuth2authorizationCodeRequiredAuthorization URL: Token URL:
The access token returned from performing an OAuth login with Google.
Path parameters
idstring · uuidRequired
The club ID for adding a new club member.
Body
all ofOptional
Responses
200
Response type that returns a ClubRequest record.
application/json
Responseall of
4XX
Response type for most erroneous requests.
application/json
post
/v1/clubs/{id}/addPOST /v1/clubs/{id}/add HTTP/1.1
Host: api.mysk.school
X-Api-Key: YOUR_API_KEY
Authorization: Bearer YOUR_OAUTH2_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 113
{
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000"
},
"fetch_level": "id_only",
"descendant_fetch_level": "id_only"
}{
"api_version": "text",
"data": {
"id": "123e4567-e89b-12d3-a456-426614174000"
},
"error": null,
"meta": {
"timestamp": "2025-12-06T03:54:32.039Z",
"pagination": null
}
}