---
title: "Check if user sent join request to the private group"
method: GET
path: "/groups/v1/join/{groupId}/request/{userId}"
tags: ["groupService"]
---

# Check if user sent join request to the private group

`GET /groups/v1/join/{groupId}/request/{userId}`

Check if user sent join request to the private group

## Response `200`

OK

- Success
  - `status` boolean
  - `message` string

## Other responses

- `401` — Access token is missing or invalid
- `403` — Join request not found

---

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