---
title: "Member Admission"
method: POST
path: "/api/v2/accounts/{accountId}/admissions"
tags: ["Gym Visit"]
---

# Member Admission

`POST /api/v2/accounts/{accountId}/admissions`

This endpoint is currently used only for members with membership type “CORPORATE_FITNESS”. It verifies if the specified member can have access to the desired gym. The MMS should use the response status to allow or block the member from entering the gym. As a side-effect this access is logged in the EGYM Corporate Fitness system if the admission was granted.

## Path parameters

- `accountId` string, required

## Response `200`

Ok

- AdmissionDTO
  - `firstAdmission` boolean, required — If this member has been admitted for the first time in the gym this will be true, false otherwise.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/egym/apis/mms-api-v2.md) · [All operations](https://skmtc.net/egym/apis/mms-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/egym/mms-api-v2/revisions/07d571d34bd8/schema)
