---
title: "Registers identity"
method: POST
path: "/identities/{id}/register"
tags: ["Identity"]
---

# Registers identity

`POST /identities/{id}/register`

Registers identity on Mysterium Network smart contracts using Transactor

## Path parameters

- `id` string, required

## Request body

- IdentityRegisterRequestDTO — IdentityRegisterRequest represents the identity registration user input parameters
  - `beneficiary` string — Beneficiary: beneficiary to set during registration. Optional.
  - `fee` Int — Operations always take pointer arguments (*Int) rather than Int values, and each unique Int value requires its own unique *Int pointer. To "copy" an Int value, an existing (or newly allocated) Int must be set to a new value using the Int.Set method; shallow copies of Ints are not supported and may lead to errors.
  - `referral_token` string — Token: referral token, if the user has one

## Response `200`

Identity registered.

## Other responses

- `202` — Identity registration accepted and will be processed.
- `400` — Failed to parse or request validation failed
- `422` — Unable to process the request at this point
- `500` — Internal server error

---

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