---
title: "Update the affiliate's profile"
method: POST
path: "/sdk/user"
tags: ["sdk"]
---

# Update the affiliate's profile

`POST /sdk/user`

## Request body

- object
  - `name` string
  - `first_name` string
  - `last_name` string
  - `date_of_birth` string
  - `honorific` string
  - `gender` string
  - `facebook` string
  - `twitter` string
  - `instagram` string
  - `website` string
  - `city` string
  - `state` string
  - `country` string
  - `zip` string
  - `phone` string
  - `address_1` string
  - `address_2` string
  - `company_name` string
  - `tax_identification_number` string
  - `extra_1` string
  - `extra_2` string
  - `extra_3` string
  - `ref_code` string
  - `comments` string
  - `payment_details` object
    - `paypal_email` string

## Response `200`

- unknown

## Other responses

- `403` — Not authenticated

---

[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)
