Creates a member

Licenses Required

  • Vista.Ocapi
Request
header Parameters
Connect-Region-Code
string

Region Code

Request Body schema:
required

Member to create

required
object (MemberCredentialsCreate)

Gets the credentials

required
object (MemberClubMembership)

Gets the club membership details

object (MemberPersonalDetails)

Gets the personal details

acceptedTermsAndConditions
required
boolean

Gets a value indicating whether the member accepted the terms and conditions

authenticationType
string (MemberAuthenticationType)

Gets the type of authentication that should be returned along with the created member details

Enum: "None" "Token" "Cookie"
Responses
200

Success

400

Request property is invalid or missing.

post/ocapi/v1/members
Request samples
{
  • "credentials": {
    },
  • "clubMembership": {
    },
  • "personalDetails": {
    },
  • "acceptedTermsAndConditions": true,
  • "authenticationType": "None"
}
Response samples
application/json
{
  • "memberDetails": {
    },
  • "authenticationToken": {
    }
}