---
title: "Sign up for a new user account in the program"
method: POST
path: "/sdk/user/register"
tags: ["sdk"]
---

# Sign up for a new user account in the program

`POST /sdk/user/register`

Sign up for a new user account in the program. The required fields are the ones set in the signup form in the admin panel. If you have turned on recaptcha, use the site key 6Lf_jsQUAAAAAOLW40PpDXgZQDIjjnGldAE1fhYr for the recaptcha input and send the response in the form recaptcha_response field

## Request body

- object
  - `name` string
  - `email` string, required
  - `password` string, required
  - `date_of_birth` string — Must be in format DD-MM-YYYY
  - `first_name` string
  - `last_name` string
  - `instagram` string
  - `facebook` string
  - `twitter` string
  - `snapchat` string
  - `pinterest` string
  - `tiktok` string
  - `youtube` string
  - `address_1` string
  - `address_2` string
  - `city` string
  - `state` string
  - `country` string
  - `zip` string
  - `company_name` string
  - `tax_identification_number` string
  - `recaptcha_response` string

## Response `200`

- object
  - `access_token` string — Access token to query other /sdk/user/ endpoints

---

[API](https://skmtc.dev/goaffpro/apis/goaffpro-api.md) · [All operations](https://skmtc.dev/goaffpro/apis/goaffpro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/goaffpro/goaffpro-api/revisions/832de9c7d0ae/schema)
