---
title: "Add One MongoDB Cloud User to One Project"
method: POST
path: "/api/atlas/v2/groups/{groupId}/access"
tags: ["Projects"]
deprecated: true
---

# Add One MongoDB Cloud User to One Project

`POST /api/atlas/v2/groups/{groupId}/access`

> **Deprecated.**

Adds one MongoDB Cloud user to the specified project. If the MongoDB Cloud user is not a member of the project's organization, then the user must accept their invitation to the organization to access information within the specified project. If the MongoDB Cloud User is already a member of the project's organization, then they will be added to the project immediately and an invitation will not be returned by this resource.

## Path parameters

- `groupId` string, required

## Query parameters

- `pretty` boolean
- `envelope` boolean

## Response `200`

OK

## Other responses

- `204` — No Content
- `401` — Unauthorized.
- `403` — Forbidden.
- `404` — Not Found.
- `429` — Too Many Requests.
- `500` — Internal Server Error.

---

[API](https://skmtc.dev/mongodb/apis/atlas-admin-api.md) · [All operations](https://skmtc.dev/mongodb/apis/atlas-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mongodb/atlas-admin-api/revisions/e37e8ef8429f/schema)
