---
title: "POST /users/{user-id}/relationship"
method: POST
path: "/users/{user-id}/relationship"
tags: ["Relationships"]
---

# POST /users/{user-id}/relationship

`POST /users/{user-id}/relationship`

Modify the relationship between the current user and thetarget user.

## Request body

- 'follow' | 'unfollow' | 'block' | 'unblock' | 'approve'

## Response `200`

OK

- object
  - `data` MiniProfile[]
    - `user_name` string
    - `full_name` string
    - `id` integer
    - `profile_picture` string

---

[API](https://skmtc.dev/datacol-io/apis/instagram-api.md) · [All operations](https://skmtc.dev/datacol-io/apis/instagram-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datacol-io/instagram-api/revisions/35709f156a45/schema)
