---
title: "Create a Profile Relationship"
method: POST
path: "/profile-relationships/"
---

# Create a Profile Relationship

`POST /profile-relationships/`

## Request body

- object
  - `relationship_type_key` string, required — The `key` of the Relationship Type. Example: `follow`
  - `from_profile_id` string, required — The ID of the user profile on the `from` side of the relationship. When called with a Profile Access Token, this field must be the ID of the calling user.
  - `to_profile_id` string, required — The ID of the user profile on the `to` side of the relationship.

## Response `201`

201

- object
  - `created_at` string
  - `from_profile` object
    - `badge_progress_url` string
    - `badges` unknown[]
      - unknown
    - `badges_url` string
    - `block_profile_url` string
    - `blocked_profile_ids_url` string
    - `blocked_profiles_template_url` string
    - `chat_room_memberships_url` string
    - `created_at` string
    - `custom_data` string
    - `custom_id` unknown
    - `earned_badges_url` string
    - `id` string
    - `leaderboard_views_url` string
    - `leaderboards_url` string
    - `nickname` string
    - `points` integer
    - `reported_count` integer
    - `reward_item_balances_url` string
    - `reward_item_credit_url` string
    - `reward_item_debit_url` string
    - `reward_item_transfer_url` string
    - `subscribe_channel` string
    - `url` string
  - `id` string
  - `relationship_type` object
    - `client_id` string
    - `created_at` string
    - `id` string
    - `key` string
    - `name` string
    - `url` string
  - `to_profile` object
    - `badge_progress_url` string
    - `badges` unknown[]
      - unknown
    - `badges_url` string
    - `block_profile_url` string
    - `blocked_profile_ids_url` string
    - `blocked_profiles_template_url` string
    - `chat_room_memberships_url` string
    - `created_at` string
    - `custom_data` unknown
    - `custom_id` unknown
    - `earned_badges_url` string
    - `id` string
    - `leaderboard_views_url` string
    - `leaderboards_url` string
    - `nickname` string
    - `points` integer
    - `reported_count` integer
    - `reward_item_balances_url` string
    - `reward_item_credit_url` string
    - `reward_item_debit_url` string
    - `reward_item_transfer_url` string
    - `subscribe_channel` string
    - `url` string
  - `url` string

## Other responses

- `400` — 400
- `409` — 409

---

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