---
title: "Create a new guest user"
method: POST
path: "/v2/guest_users"
tags: ["Buyers and Sellers"]
---

# Create a new guest user

`POST /v2/guest_users`

This endpoint creates a new guest user which can be used as the buyer or
the seller in a transaction. Guest users can be used to create transactions
for users that don't yet have login details, or who choose not to use the
logged-in user for creating the new transaction. Emails are sent to guest
users which will contain details for adding guest transactions to their
logged-in profile.

## Request body

- object
  - `country_code` string, required
  - `email` string, required
  - `first_name` string
  - `last_name` string
  - `tos_acceptance` V2UsersTosAcceptance, required
    - `ip` string, required
    - `unix_timestamp` integer, required

## Response `201`

Created

- V2UsersUser
  - `created_at` string, date-time, required
  - `deleted_at` string, date-time
  - `email` string, required
  - `id` string, required

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/trustap/apis/trustap-api.md) · [All operations](https://skmtc.net/trustap/apis/trustap-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/trustap/trustap-api/revisions/b64115f66958/schema)
